Shades of Palatinate Purple #74115A
Tints of Palatinate Purple #74115A
RGB
CMYK
RGB Variations
Color information
#74115A (or 0x74115A) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5A. RGB value is (116,17,90). Sum of RGB (Red+Green+Blue) = 116+17+90=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115A is #8BEEA5. Grayscale: #363636. Windows color (decimal): -9170598 or 5902708. OLE color: 5902708.
HSL color Cylindrical-coordinate representation of color #74115A: hue angle of 315.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74115A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 90 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.55 |
| HSL | 315.76º | 0.74% | 0.26% | - |
| HSV(B) | 315.76º | 0.85% | 0.45% | - |
| XYZ | 9.25 | 4.85 | 10.12 | - |
| YUV | 54.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 90 | 0 | 0.85 | 0.22 | 0.55 | 315.76 | 0.74 | 0.26 |
| Hex | 74 | 11 | 5A | 0 | 55 | 16 | 37 | 13C | 4A | 1A |
| Octal | 164 | 21 | 132 | 0 | 125 | 26 | 67 | 474 | 112 | 32 |
| Binary | 1110100 | 10001 | 1011010 | 0 | 1010101 | 10110 | 110111 | 100111100 | 1001010 | 11010 |
Color Harmonies of #74115A
Complementary color
Monochromatic Colors of #74115A
Black with #74115A
Text Example
Text Example
White with #74115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74115A; }
p { color: rgb(116,17,90); }
H1.HeaderClassName
{
color: #74115A;
}
.AnyTagClassName
{
color: #74115A;
}
</style>
background-color css
<style>
a { background-color: #74115A; }
a { background-color: rgb(116,17,90); }
div.DivClassName
{
background-color: #74115A;
}
.BgClassName
{
background-color: #74115A;
}
</style>
border-color css
<style>
span { border-color: #74115A; }
span { border-color: rgb(116,17,90); }
td.TdClassName
{
border-color: #74115A;
}
.TagClassName
{
border-color: #74115A;
}
</style>