Shades of Palatinate Purple #66155D
Tints of Palatinate Purple #66155D
RGB
CMYK
RGB Variations
Color information
#66155D (or 0x66155D) is known color: Palatinate Purple. HEX triplet: 66, 15 and 5D. RGB value is (102,21,93). Sum of RGB (Red+Green+Blue) = 102+21+93=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66155D is #99EAA2. Grayscale: #353535. Windows color (decimal): -10087075 or 6100326. OLE color: 6100326.
HSL color Cylindrical-coordinate representation of color #66155D: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66155D is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 93 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.6 |
| HSL | 306.67º | 0.66% | 0.24% | - |
| HSV(B) | 306.67º | 0.79% | 0.4% | - |
| XYZ | 7.72 | 4.15 | 10.75 | - |
| YUV | 53.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 93 | 0 | 0.79 | 0.09 | 0.6 | 306.67 | 0.66 | 0.24 |
| Hex | 66 | 15 | 5D | 0 | 4F | 9 | 3C | 133 | 42 | 18 |
| Octal | 146 | 25 | 135 | 0 | 117 | 11 | 74 | 463 | 102 | 30 |
| Binary | 1100110 | 10101 | 1011101 | 0 | 1001111 | 1001 | 111100 | 100110011 | 1000010 | 11000 |
Color Harmonies of #66155D
Complementary color
Monochromatic Colors of #66155D
Black with #66155D
Text Example
Text Example
White with #66155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66155D; }
p { color: rgb(102,21,93); }
H1.HeaderClassName
{
color: #66155D;
}
.AnyTagClassName
{
color: #66155D;
}
</style>
background-color css
<style>
a { background-color: #66155D; }
a { background-color: rgb(102,21,93); }
div.DivClassName
{
background-color: #66155D;
}
.BgClassName
{
background-color: #66155D;
}
</style>
border-color css
<style>
span { border-color: #66155D; }
span { border-color: rgb(102,21,93); }
td.TdClassName
{
border-color: #66155D;
}
.TagClassName
{
border-color: #66155D;
}
</style>