Shades of Palatinate Purple #740E5C
Tints of Palatinate Purple #740E5C
RGB
CMYK
RGB Variations
Color information
#740E5C (or 0x740E5C) is known color: Palatinate Purple. HEX triplet: 74, 0E and 5C. RGB value is (116,14,92). Sum of RGB (Red+Green+Blue) = 116+14+92=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E5C is #8BF1A3. Grayscale: #353535. Windows color (decimal): -9171364 or 6033012. OLE color: 6033012.
HSL color Cylindrical-coordinate representation of color #740E5C: hue angle of 314.12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E5C is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 92 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.55 |
| HSL | 314.12º | 0.78% | 0.25% | - |
| HSV(B) | 314.12º | 0.88% | 0.45% | - |
| XYZ | 9.29 | 4.8 | 10.56 | - |
| YUV | 53.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 92 | 0 | 0.88 | 0.21 | 0.55 | 314.12 | 0.78 | 0.25 |
| Hex | 74 | E | 5C | 0 | 58 | 15 | 37 | 13A | 4E | 19 |
| Octal | 164 | 16 | 134 | 0 | 130 | 25 | 67 | 472 | 116 | 31 |
| Binary | 1110100 | 1110 | 1011100 | 0 | 1011000 | 10101 | 110111 | 100111010 | 1001110 | 11001 |
Color Harmonies of #740E5C
Complementary color
Monochromatic Colors of #740E5C
Black with #740E5C
Text Example
Text Example
White with #740E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E5C; }
p { color: rgb(116,14,92); }
H1.HeaderClassName
{
color: #740E5C;
}
.AnyTagClassName
{
color: #740E5C;
}
</style>
background-color css
<style>
a { background-color: #740E5C; }
a { background-color: rgb(116,14,92); }
div.DivClassName
{
background-color: #740E5C;
}
.BgClassName
{
background-color: #740E5C;
}
</style>
border-color css
<style>
span { border-color: #740E5C; }
span { border-color: rgb(116,14,92); }
td.TdClassName
{
border-color: #740E5C;
}
.TagClassName
{
border-color: #740E5C;
}
</style>