Shades of Palatinate Purple #602E51
Tints of Palatinate Purple #602E51
RGB
CMYK
RGB Variations
Color information
#602E51 (or 0x602E51) is known color: Palatinate Purple. HEX triplet: 60, 2E and 51. RGB value is (96,46,81). Sum of RGB (Red+Green+Blue) = 96+46+81=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #602E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E51 is #9FD1AE. Grayscale: #404040. Windows color (decimal): -10473903 or 5320288. OLE color: 5320288.
HSL color Cylindrical-coordinate representation of color #602E51: hue angle of 318º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E51 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 81 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.62 |
| HSL | 318º | 0.35% | 0.28% | - |
| HSV(B) | 318º | 0.52% | 0.38% | - |
| XYZ | 7.29 | 5.03 | 8.37 | - |
| YUV | 64.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 81 | 0 | 0.52 | 0.16 | 0.62 | 318 | 0.35 | 0.28 |
| Hex | 60 | 2E | 51 | 0 | 34 | 10 | 3E | 13E | 23 | 1C |
| Octal | 140 | 56 | 121 | 0 | 64 | 20 | 76 | 476 | 43 | 34 |
| Binary | 1100000 | 101110 | 1010001 | 0 | 110100 | 10000 | 111110 | 100111110 | 100011 | 11100 |
Color Harmonies of #602E51
Complementary color
Monochromatic Colors of #602E51
Black with #602E51
Text Example
Text Example
White with #602E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E51; }
p { color: rgb(96,46,81); }
H1.HeaderClassName
{
color: #602E51;
}
.AnyTagClassName
{
color: #602E51;
}
</style>
background-color css
<style>
a { background-color: #602E51; }
a { background-color: rgb(96,46,81); }
div.DivClassName
{
background-color: #602E51;
}
.BgClassName
{
background-color: #602E51;
}
</style>
border-color css
<style>
span { border-color: #602E51; }
span { border-color: rgb(96,46,81); }
td.TdClassName
{
border-color: #602E51;
}
.TagClassName
{
border-color: #602E51;
}
</style>