Shades of Palatinate Purple #740D64
Tints of Palatinate Purple #740D64
RGB
CMYK
RGB Variations
Color information
#740D64 (or 0x740D64) is known color: Palatinate Purple. HEX triplet: 74, 0D and 64. RGB value is (116,13,100). Sum of RGB (Red+Green+Blue) = 116+13+100=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #740D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D64 is #8BF29B. Grayscale: #353535. Windows color (decimal): -9171612 or 6557044. OLE color: 6557044.
HSL color Cylindrical-coordinate representation of color #740D64: hue angle of 309.32º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D64 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 100 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.55 |
| HSL | 309.32º | 0.8% | 0.25% | - |
| HSV(B) | 309.32º | 0.89% | 0.45% | - |
| XYZ | 9.65 | 4.92 | 12.5 | - |
| YUV | 53.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 100 | 0 | 0.89 | 0.14 | 0.55 | 309.32 | 0.8 | 0.25 |
| Hex | 74 | D | 64 | 0 | 59 | E | 37 | 135 | 50 | 19 |
| Octal | 164 | 15 | 144 | 0 | 131 | 16 | 67 | 465 | 120 | 31 |
| Binary | 1110100 | 1101 | 1100100 | 0 | 1011001 | 1110 | 110111 | 100110101 | 1010000 | 11001 |
Color Harmonies of #740D64
Complementary color
Monochromatic Colors of #740D64
Black with #740D64
Text Example
Text Example
White with #740D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D64; }
p { color: rgb(116,13,100); }
H1.HeaderClassName
{
color: #740D64;
}
.AnyTagClassName
{
color: #740D64;
}
</style>
background-color css
<style>
a { background-color: #740D64; }
a { background-color: rgb(116,13,100); }
div.DivClassName
{
background-color: #740D64;
}
.BgClassName
{
background-color: #740D64;
}
</style>
border-color css
<style>
span { border-color: #740D64; }
span { border-color: rgb(116,13,100); }
td.TdClassName
{
border-color: #740D64;
}
.TagClassName
{
border-color: #740D64;
}
</style>