Shades of Palatinate Purple #66175A
Tints of Palatinate Purple #66175A
RGB
CMYK
RGB Variations
Color information
#66175A (or 0x66175A) is known color: Palatinate Purple. HEX triplet: 66, 17 and 5A. RGB value is (102,23,90). Sum of RGB (Red+Green+Blue) = 102+23+90=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66175A is #99E8A5. Grayscale: #363636. Windows color (decimal): -10086566 or 5904230. OLE color: 5904230.
HSL color Cylindrical-coordinate representation of color #66175A: hue angle of 309.11º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66175A is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 90 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.6 |
| HSL | 309.11º | 0.63% | 0.25% | - |
| HSV(B) | 309.11º | 0.77% | 0.4% | - |
| XYZ | 7.63 | 4.18 | 10.08 | - |
| YUV | 54.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 90 | 0 | 0.77 | 0.12 | 0.6 | 309.11 | 0.63 | 0.25 |
| Hex | 66 | 17 | 5A | 0 | 4D | C | 3C | 135 | 3F | 19 |
| Octal | 146 | 27 | 132 | 0 | 115 | 14 | 74 | 465 | 77 | 31 |
| Binary | 1100110 | 10111 | 1011010 | 0 | 1001101 | 1100 | 111100 | 100110101 | 111111 | 11001 |
Color Harmonies of #66175A
Complementary color
Monochromatic Colors of #66175A
Black with #66175A
Text Example
Text Example
White with #66175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66175A; }
p { color: rgb(102,23,90); }
H1.HeaderClassName
{
color: #66175A;
}
.AnyTagClassName
{
color: #66175A;
}
</style>
background-color css
<style>
a { background-color: #66175A; }
a { background-color: rgb(102,23,90); }
div.DivClassName
{
background-color: #66175A;
}
.BgClassName
{
background-color: #66175A;
}
</style>
border-color css
<style>
span { border-color: #66175A; }
span { border-color: rgb(102,23,90); }
td.TdClassName
{
border-color: #66175A;
}
.TagClassName
{
border-color: #66175A;
}
</style>