Shades of Palatinate Purple #66025C
Tints of Palatinate Purple #66025C
RGB
CMYK
RGB Variations
Color information
#66025C (or 0x66025C) is known color: Palatinate Purple. HEX triplet: 66, 02 and 5C. RGB value is (102,2,92). Sum of RGB (Red+Green+Blue) = 102+2+92=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025C is #99FDA3. Grayscale: #292929. Windows color (decimal): -10091940 or 6029926. OLE color: 6029926.
HSL color Cylindrical-coordinate representation of color #66025C: hue angle of 306º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66025C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 92 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.6 |
| HSL | 306º | 0.96% | 0.2% | - |
| HSV(B) | 306º | 0.98% | 0.4% | - |
| XYZ | 7.43 | 3.64 | 10.44 | - |
| YUV | 42.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 92 | 0 | 0.98 | 0.10 | 0.6 | 306 | 0.96 | 0.2 |
| Hex | 66 | 2 | 5C | 0 | 62 | A | 3C | 132 | 60 | 14 |
| Octal | 146 | 2 | 134 | 0 | 142 | 12 | 74 | 462 | 140 | 24 |
| Binary | 1100110 | 10 | 1011100 | 0 | 1100010 | 1010 | 111100 | 100110010 | 1100000 | 10100 |
Color Harmonies of #66025C
Complementary color
Monochromatic Colors of #66025C
Black with #66025C
Text Example
Text Example
White with #66025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66025C; }
p { color: rgb(102,2,92); }
H1.HeaderClassName
{
color: #66025C;
}
.AnyTagClassName
{
color: #66025C;
}
</style>
background-color css
<style>
a { background-color: #66025C; }
a { background-color: rgb(102,2,92); }
div.DivClassName
{
background-color: #66025C;
}
.BgClassName
{
background-color: #66025C;
}
</style>
border-color css
<style>
span { border-color: #66025C; }
span { border-color: rgb(102,2,92); }
td.TdClassName
{
border-color: #66025C;
}
.TagClassName
{
border-color: #66025C;
}
</style>