Shades of Palatinate Purple #66435F
Tints of Palatinate Purple #66435F
RGB
CMYK
RGB Variations
Color information
#66435F (or 0x66435F) is known color: Palatinate Purple. HEX triplet: 66, 43 and 5F. RGB value is (102,67,95). Sum of RGB (Red+Green+Blue) = 102+67+95=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435F is #99BCA0. Grayscale: #505050. Windows color (decimal): -10075297 or 6243174. OLE color: 6243174.
HSL color Cylindrical-coordinate representation of color #66435F: hue angle of 312º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66435F is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 95 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.6 |
| HSL | 312º | 0.21% | 0.33% | - |
| HSV(B) | 312º | 0.34% | 0.4% | - |
| XYZ | 9.55 | 7.67 | 11.8 | - |
| YUV | 80.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 95 | 0 | 0.34 | 0.07 | 0.6 | 312 | 0.21 | 0.33 |
| Hex | 66 | 43 | 5F | 0 | 22 | 7 | 3C | 138 | 15 | 21 |
| Octal | 146 | 103 | 137 | 0 | 42 | 7 | 74 | 470 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1011111 | 0 | 100010 | 111 | 111100 | 100111000 | 10101 | 100001 |
Color Harmonies of #66435F
Complementary color
Monochromatic Colors of #66435F
Black with #66435F
Text Example
Text Example
White with #66435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66435F; }
p { color: rgb(102,67,95); }
H1.HeaderClassName
{
color: #66435F;
}
.AnyTagClassName
{
color: #66435F;
}
</style>
background-color css
<style>
a { background-color: #66435F; }
a { background-color: rgb(102,67,95); }
div.DivClassName
{
background-color: #66435F;
}
.BgClassName
{
background-color: #66435F;
}
</style>
border-color css
<style>
span { border-color: #66435F; }
span { border-color: rgb(102,67,95); }
td.TdClassName
{
border-color: #66435F;
}
.TagClassName
{
border-color: #66435F;
}
</style>