Shades of Palatinate Purple #662A58
Tints of Palatinate Purple #662A58
RGB
CMYK
RGB Variations
Color information
#662A58 (or 0x662A58) is known color: Palatinate Purple. HEX triplet: 66, 2A and 58. RGB value is (102,42,88). Sum of RGB (Red+Green+Blue) = 102+42+88=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #662A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A58 is #99D5A7. Grayscale: #414141. Windows color (decimal): -10081704 or 5778022. OLE color: 5778022.
HSL color Cylindrical-coordinate representation of color #662A58: hue angle of 314º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A58 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 88 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.6 |
| HSL | 314º | 0.42% | 0.28% | - |
| HSV(B) | 314º | 0.59% | 0.4% | - |
| XYZ | 8.07 | 5.19 | 9.81 | - |
| YUV | 65.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 88 | 0 | 0.59 | 0.14 | 0.6 | 314 | 0.42 | 0.28 |
| Hex | 66 | 2A | 58 | 0 | 3B | E | 3C | 13A | 2A | 1C |
| Octal | 146 | 52 | 130 | 0 | 73 | 16 | 74 | 472 | 52 | 34 |
| Binary | 1100110 | 101010 | 1011000 | 0 | 111011 | 1110 | 111100 | 100111010 | 101010 | 11100 |
Color Harmonies of #662A58
Complementary color
Monochromatic Colors of #662A58
Black with #662A58
Text Example
Text Example
White with #662A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A58; }
p { color: rgb(102,42,88); }
H1.HeaderClassName
{
color: #662A58;
}
.AnyTagClassName
{
color: #662A58;
}
</style>
background-color css
<style>
a { background-color: #662A58; }
a { background-color: rgb(102,42,88); }
div.DivClassName
{
background-color: #662A58;
}
.BgClassName
{
background-color: #662A58;
}
</style>
border-color css
<style>
span { border-color: #662A58; }
span { border-color: rgb(102,42,88); }
td.TdClassName
{
border-color: #662A58;
}
.TagClassName
{
border-color: #662A58;
}
</style>