Shades of Palatinate Purple #602A54
Tints of Palatinate Purple #602A54
RGB
CMYK
RGB Variations
Color information
#602A54 (or 0x602A54) is known color: Palatinate Purple. HEX triplet: 60, 2A and 54. RGB value is (96,42,84). Sum of RGB (Red+Green+Blue) = 96+42+84=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A54 is #9FD5AB. Grayscale: #3E3E3E. Windows color (decimal): -10474924 or 5515872. OLE color: 5515872.
HSL color Cylindrical-coordinate representation of color #602A54: hue angle of 313.33º 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 #602A54 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 84 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.62 |
| HSL | 313.33º | 0.39% | 0.27% | - |
| HSV(B) | 313.33º | 0.56% | 0.38% | - |
| XYZ | 7.25 | 4.78 | 8.93 | - |
| YUV | 62.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 84 | 0 | 0.56 | 0.12 | 0.62 | 313.33 | 0.39 | 0.27 |
| Hex | 60 | 2A | 54 | 0 | 38 | C | 3E | 139 | 27 | 1B |
| Octal | 140 | 52 | 124 | 0 | 70 | 14 | 76 | 471 | 47 | 33 |
| Binary | 1100000 | 101010 | 1010100 | 0 | 111000 | 1100 | 111110 | 100111001 | 100111 | 11011 |
Color Harmonies of #602A54
Complementary color
Monochromatic Colors of #602A54
Black with #602A54
Text Example
Text Example
White with #602A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A54; }
p { color: rgb(96,42,84); }
H1.HeaderClassName
{
color: #602A54;
}
.AnyTagClassName
{
color: #602A54;
}
</style>
background-color css
<style>
a { background-color: #602A54; }
a { background-color: rgb(96,42,84); }
div.DivClassName
{
background-color: #602A54;
}
.BgClassName
{
background-color: #602A54;
}
</style>
border-color css
<style>
span { border-color: #602A54; }
span { border-color: rgb(96,42,84); }
td.TdClassName
{
border-color: #602A54;
}
.TagClassName
{
border-color: #602A54;
}
</style>