Shades of Palatinate Purple #660C58
Tints of Palatinate Purple #660C58
RGB
CMYK
RGB Variations
Color information
#660C58 (or 0x660C58) is known color: Palatinate Purple. HEX triplet: 66, 0C and 58. RGB value is (102,12,88). Sum of RGB (Red+Green+Blue) = 102+12+88=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C58 is #99F3A7. Grayscale: #2F2F2F. Windows color (decimal): -10089384 or 5770342. OLE color: 5770342.
HSL color Cylindrical-coordinate representation of color #660C58: hue angle of 309.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C58 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 88 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.6 |
| HSL | 309.33º | 0.79% | 0.22% | - |
| HSV(B) | 309.33º | 0.88% | 0.4% | - |
| XYZ | 7.37 | 3.79 | 9.58 | - |
| YUV | 47.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 88 | 0 | 0.88 | 0.14 | 0.6 | 309.33 | 0.79 | 0.22 |
| Hex | 66 | C | 58 | 0 | 58 | E | 3C | 135 | 4F | 16 |
| Octal | 146 | 14 | 130 | 0 | 130 | 16 | 74 | 465 | 117 | 26 |
| Binary | 1100110 | 1100 | 1011000 | 0 | 1011000 | 1110 | 111100 | 100110101 | 1001111 | 10110 |
Color Harmonies of #660C58
Complementary color
Monochromatic Colors of #660C58
Black with #660C58
Text Example
Text Example
White with #660C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C58; }
p { color: rgb(102,12,88); }
H1.HeaderClassName
{
color: #660C58;
}
.AnyTagClassName
{
color: #660C58;
}
</style>
background-color css
<style>
a { background-color: #660C58; }
a { background-color: rgb(102,12,88); }
div.DivClassName
{
background-color: #660C58;
}
.BgClassName
{
background-color: #660C58;
}
</style>
border-color css
<style>
span { border-color: #660C58; }
span { border-color: rgb(102,12,88); }
td.TdClassName
{
border-color: #660C58;
}
.TagClassName
{
border-color: #660C58;
}
</style>