Shades of Palatinate Purple #602E5D
Tints of Palatinate Purple #602E5D
RGB
CMYK
RGB Variations
Color information
#602E5D (or 0x602E5D) is known color: Palatinate Purple. HEX triplet: 60, 2E and 5D. RGB value is (96,46,93). Sum of RGB (Red+Green+Blue) = 96+46+93=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #602E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E5D is #9FD1A2. Grayscale: #424242. Windows color (decimal): -10473891 or 6106720. OLE color: 6106720.
HSL color Cylindrical-coordinate representation of color #602E5D: hue angle of 303.6º 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 #602E5D is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 93 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.62 |
| HSL | 303.6º | 0.35% | 0.28% | - |
| HSV(B) | 303.6º | 0.52% | 0.38% | - |
| XYZ | 7.78 | 5.23 | 10.96 | - |
| YUV | 66.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 93 | 0 | 0.52 | 0.03 | 0.62 | 303.6 | 0.35 | 0.28 |
| Hex | 60 | 2E | 5D | 0 | 34 | 3 | 3E | 130 | 23 | 1C |
| Octal | 140 | 56 | 135 | 0 | 64 | 3 | 76 | 460 | 43 | 34 |
| Binary | 1100000 | 101110 | 1011101 | 0 | 110100 | 11 | 111110 | 100110000 | 100011 | 11100 |
Color Harmonies of #602E5D
Complementary color
Monochromatic Colors of #602E5D
Black with #602E5D
Text Example
Text Example
White with #602E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E5D; }
p { color: rgb(96,46,93); }
H1.HeaderClassName
{
color: #602E5D;
}
.AnyTagClassName
{
color: #602E5D;
}
</style>
background-color css
<style>
a { background-color: #602E5D; }
a { background-color: rgb(96,46,93); }
div.DivClassName
{
background-color: #602E5D;
}
.BgClassName
{
background-color: #602E5D;
}
</style>
border-color css
<style>
span { border-color: #602E5D; }
span { border-color: rgb(96,46,93); }
td.TdClassName
{
border-color: #602E5D;
}
.TagClassName
{
border-color: #602E5D;
}
</style>