Shades of Palatinate Purple #66025A
Tints of Palatinate Purple #66025A
RGB
CMYK
RGB Variations
Color information
#66025A (or 0x66025A) is known color: Palatinate Purple. HEX triplet: 66, 02 and 5A. RGB value is (102,2,90). Sum of RGB (Red+Green+Blue) = 102+2+90=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025A is #99FDA5. Grayscale: #292929. Windows color (decimal): -10091942 or 5898854. OLE color: 5898854.
HSL color Cylindrical-coordinate representation of color #66025A: hue angle of 307.2º 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 #66025A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.6 |
| HSL | 307.2º | 0.96% | 0.2% | - |
| HSV(B) | 307.2º | 0.98% | 0.4% | - |
| XYZ | 7.35 | 3.61 | 9.98 | - |
| YUV | 41.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 90 | 0 | 0.98 | 0.12 | 0.6 | 307.2 | 0.96 | 0.2 |
| Hex | 66 | 2 | 5A | 0 | 62 | C | 3C | 133 | 60 | 14 |
| Octal | 146 | 2 | 132 | 0 | 142 | 14 | 74 | 463 | 140 | 24 |
| Binary | 1100110 | 10 | 1011010 | 0 | 1100010 | 1100 | 111100 | 100110011 | 1100000 | 10100 |
Color Harmonies of #66025A
Complementary color
Monochromatic Colors of #66025A
Black with #66025A
Text Example
Text Example
White with #66025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66025A; }
p { color: rgb(102,2,90); }
H1.HeaderClassName
{
color: #66025A;
}
.AnyTagClassName
{
color: #66025A;
}
</style>
background-color css
<style>
a { background-color: #66025A; }
a { background-color: rgb(102,2,90); }
div.DivClassName
{
background-color: #66025A;
}
.BgClassName
{
background-color: #66025A;
}
</style>
border-color css
<style>
span { border-color: #66025A; }
span { border-color: rgb(102,2,90); }
td.TdClassName
{
border-color: #66025A;
}
.TagClassName
{
border-color: #66025A;
}
</style>