Shades of Palatinate Purple #602054
Tints of Palatinate Purple #602054
RGB
CMYK
RGB Variations
Color information
#602054 (or 0x602054) is known color: Palatinate Purple. HEX triplet: 60, 20 and 54. RGB value is (96,32,84). Sum of RGB (Red+Green+Blue) = 96+32+84=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #602054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602054 is #9FDFAB. Grayscale: #383838. Windows color (decimal): -10477484 or 5513312. OLE color: 5513312.
HSL color Cylindrical-coordinate representation of color #602054: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602054 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 84 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.62 |
| HSL | 311.25º | 0.5% | 0.25% | - |
| HSV(B) | 311.25º | 0.67% | 0.38% | - |
| XYZ | 6.94 | 4.16 | 8.82 | - |
| YUV | 57.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 84 | 0 | 0.67 | 0.12 | 0.62 | 311.25 | 0.5 | 0.25 |
| Hex | 60 | 20 | 54 | 0 | 43 | C | 3E | 137 | 32 | 19 |
| Octal | 140 | 40 | 124 | 0 | 103 | 14 | 76 | 467 | 62 | 31 |
| Binary | 1100000 | 100000 | 1010100 | 0 | 1000011 | 1100 | 111110 | 100110111 | 110010 | 11001 |
Color Harmonies of #602054
Complementary color
Monochromatic Colors of #602054
Black with #602054
Text Example
Text Example
White with #602054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602054; }
p { color: rgb(96,32,84); }
H1.HeaderClassName
{
color: #602054;
}
.AnyTagClassName
{
color: #602054;
}
</style>
background-color css
<style>
a { background-color: #602054; }
a { background-color: rgb(96,32,84); }
div.DivClassName
{
background-color: #602054;
}
.BgClassName
{
background-color: #602054;
}
</style>
border-color css
<style>
span { border-color: #602054; }
span { border-color: rgb(96,32,84); }
td.TdClassName
{
border-color: #602054;
}
.TagClassName
{
border-color: #602054;
}
</style>