Shades of Palatinate Purple #660F5F
Tints of Palatinate Purple #660F5F
RGB
CMYK
RGB Variations
Color information
#660F5F (or 0x660F5F) is known color: Palatinate Purple. HEX triplet: 66, 0F and 5F. RGB value is (102,15,95). Sum of RGB (Red+Green+Blue) = 102+15+95=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #660F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F5F is #99F0A0. Grayscale: #313131. Windows color (decimal): -10088609 or 6229862. OLE color: 6229862.
HSL color Cylindrical-coordinate representation of color #660F5F: hue angle of 304.83º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F5F is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 95 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.6 |
| HSL | 304.83º | 0.74% | 0.23% | - |
| HSV(B) | 304.83º | 0.85% | 0.4% | - |
| XYZ | 7.72 | 3.99 | 11.19 | - |
| YUV | 50.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 95 | 0 | 0.85 | 0.07 | 0.6 | 304.83 | 0.74 | 0.23 |
| Hex | 66 | F | 5F | 0 | 55 | 7 | 3C | 131 | 4A | 17 |
| Octal | 146 | 17 | 137 | 0 | 125 | 7 | 74 | 461 | 112 | 27 |
| Binary | 1100110 | 1111 | 1011111 | 0 | 1010101 | 111 | 111100 | 100110001 | 1001010 | 10111 |
Color Harmonies of #660F5F
Complementary color
Monochromatic Colors of #660F5F
Black with #660F5F
Text Example
Text Example
White with #660F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F5F; }
p { color: rgb(102,15,95); }
H1.HeaderClassName
{
color: #660F5F;
}
.AnyTagClassName
{
color: #660F5F;
}
</style>
background-color css
<style>
a { background-color: #660F5F; }
a { background-color: rgb(102,15,95); }
div.DivClassName
{
background-color: #660F5F;
}
.BgClassName
{
background-color: #660F5F;
}
</style>
border-color css
<style>
span { border-color: #660F5F; }
span { border-color: rgb(102,15,95); }
td.TdClassName
{
border-color: #660F5F;
}
.TagClassName
{
border-color: #660F5F;
}
</style>