Shades of Palatinate Purple #602A5A
Tints of Palatinate Purple #602A5A
RGB
CMYK
RGB Variations
Color information
#602A5A (or 0x602A5A) is known color: Palatinate Purple. HEX triplet: 60, 2A and 5A. RGB value is (96,42,90). Sum of RGB (Red+Green+Blue) = 96+42+90=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #602A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A5A is #9FD5A5. Grayscale: #3F3F3F. Windows color (decimal): -10474918 or 5909088. OLE color: 5909088.
HSL color Cylindrical-coordinate representation of color #602A5A: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A5A is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 90 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.62 |
| HSL | 306.67º | 0.39% | 0.27% | - |
| HSV(B) | 306.67º | 0.56% | 0.38% | - |
| XYZ | 7.5 | 4.88 | 10.22 | - |
| YUV | 63.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 90 | 0 | 0.56 | 0.06 | 0.62 | 306.67 | 0.39 | 0.27 |
| Hex | 60 | 2A | 5A | 0 | 38 | 6 | 3E | 133 | 27 | 1B |
| Octal | 140 | 52 | 132 | 0 | 70 | 6 | 76 | 463 | 47 | 33 |
| Binary | 1100000 | 101010 | 1011010 | 0 | 111000 | 110 | 111110 | 100110011 | 100111 | 11011 |
Color Harmonies of #602A5A
Complementary color
Monochromatic Colors of #602A5A
Black with #602A5A
Text Example
Text Example
White with #602A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A5A; }
p { color: rgb(96,42,90); }
H1.HeaderClassName
{
color: #602A5A;
}
.AnyTagClassName
{
color: #602A5A;
}
</style>
background-color css
<style>
a { background-color: #602A5A; }
a { background-color: rgb(96,42,90); }
div.DivClassName
{
background-color: #602A5A;
}
.BgClassName
{
background-color: #602A5A;
}
</style>
border-color css
<style>
span { border-color: #602A5A; }
span { border-color: rgb(96,42,90); }
td.TdClassName
{
border-color: #602A5A;
}
.TagClassName
{
border-color: #602A5A;
}
</style>