Shades of Palatinate Purple #66185F
Tints of Palatinate Purple #66185F
RGB
CMYK
RGB Variations
Color information
#66185F (or 0x66185F) is known color: Palatinate Purple. HEX triplet: 66, 18 and 5F. RGB value is (102,24,95). Sum of RGB (Red+Green+Blue) = 102+24+95=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66185F is #99E7A0. Grayscale: #373737. Windows color (decimal): -10086305 or 6232166. OLE color: 6232166.
HSL color Cylindrical-coordinate representation of color #66185F: hue angle of 305.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66185F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 95 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.6 |
| HSL | 305.38º | 0.62% | 0.25% | - |
| HSV(B) | 305.38º | 0.76% | 0.4% | - |
| XYZ | 7.87 | 4.3 | 11.24 | - |
| YUV | 55.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 95 | 0 | 0.76 | 0.07 | 0.6 | 305.38 | 0.62 | 0.25 |
| Hex | 66 | 18 | 5F | 0 | 4C | 7 | 3C | 131 | 3E | 19 |
| Octal | 146 | 30 | 137 | 0 | 114 | 7 | 74 | 461 | 76 | 31 |
| Binary | 1100110 | 11000 | 1011111 | 0 | 1001100 | 111 | 111100 | 100110001 | 111110 | 11001 |
Color Harmonies of #66185F
Complementary color
Monochromatic Colors of #66185F
Black with #66185F
Text Example
Text Example
White with #66185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66185F; }
p { color: rgb(102,24,95); }
H1.HeaderClassName
{
color: #66185F;
}
.AnyTagClassName
{
color: #66185F;
}
</style>
background-color css
<style>
a { background-color: #66185F; }
a { background-color: rgb(102,24,95); }
div.DivClassName
{
background-color: #66185F;
}
.BgClassName
{
background-color: #66185F;
}
</style>
border-color css
<style>
span { border-color: #66185F; }
span { border-color: rgb(102,24,95); }
td.TdClassName
{
border-color: #66185F;
}
.TagClassName
{
border-color: #66185F;
}
</style>