Shades of Palatinate Purple #66015C
Tints of Palatinate Purple #66015C
RGB
CMYK
RGB Variations
Color information
#66015C (or 0x66015C) is known color: Palatinate Purple. HEX triplet: 66, 01 and 5C. RGB value is (102,1,92). Sum of RGB (Red+Green+Blue) = 102+1+92=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66015C is #99FEA3. Grayscale: #292929. Windows color (decimal): -10092196 or 6029670. OLE color: 6029670.
HSL color Cylindrical-coordinate representation of color #66015C: hue angle of 305.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66015C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.6 |
| HSL | 305.94º | 0.98% | 0.2% | - |
| HSV(B) | 305.94º | 0.99% | 0.4% | - |
| XYZ | 7.42 | 3.62 | 10.43 | - |
| YUV | 41.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 92 | 0 | 0.99 | 0.10 | 0.6 | 305.94 | 0.98 | 0.2 |
| Hex | 66 | 1 | 5C | 0 | 63 | A | 3C | 132 | 62 | 14 |
| Octal | 146 | 1 | 134 | 0 | 143 | 12 | 74 | 462 | 142 | 24 |
| Binary | 1100110 | 1 | 1011100 | 0 | 1100011 | 1010 | 111100 | 100110010 | 1100010 | 10100 |
Color Harmonies of #66015C
Complementary color
Monochromatic Colors of #66015C
Black with #66015C
Text Example
Text Example
White with #66015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66015C; }
p { color: rgb(102,1,92); }
H1.HeaderClassName
{
color: #66015C;
}
.AnyTagClassName
{
color: #66015C;
}
</style>
background-color css
<style>
a { background-color: #66015C; }
a { background-color: rgb(102,1,92); }
div.DivClassName
{
background-color: #66015C;
}
.BgClassName
{
background-color: #66015C;
}
</style>
border-color css
<style>
span { border-color: #66015C; }
span { border-color: rgb(102,1,92); }
td.TdClassName
{
border-color: #66015C;
}
.TagClassName
{
border-color: #66015C;
}
</style>