Shades of Palatinate Purple #602A5C
Tints of Palatinate Purple #602A5C
RGB
CMYK
RGB Variations
Color information
#602A5C (or 0x602A5C) is known color: Palatinate Purple. HEX triplet: 60, 2A and 5C. RGB value is (96,42,92). Sum of RGB (Red+Green+Blue) = 96+42+92=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #602A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A5C is #9FD5A3. Grayscale: #3F3F3F. Windows color (decimal): -10474916 or 6040160. OLE color: 6040160.
HSL color Cylindrical-coordinate representation of color #602A5C: hue angle of 304.44º 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 #602A5C is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 92 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.62 |
| HSL | 304.44º | 0.39% | 0.27% | - |
| HSV(B) | 304.44º | 0.56% | 0.38% | - |
| XYZ | 7.58 | 4.92 | 10.67 | - |
| YUV | 63.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 92 | 0 | 0.56 | 0.04 | 0.62 | 304.44 | 0.39 | 0.27 |
| Hex | 60 | 2A | 5C | 0 | 38 | 4 | 3E | 130 | 27 | 1B |
| Octal | 140 | 52 | 134 | 0 | 70 | 4 | 76 | 460 | 47 | 33 |
| Binary | 1100000 | 101010 | 1011100 | 0 | 111000 | 100 | 111110 | 100110000 | 100111 | 11011 |
Color Harmonies of #602A5C
Complementary color
Monochromatic Colors of #602A5C
Black with #602A5C
Text Example
Text Example
White with #602A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A5C; }
p { color: rgb(96,42,92); }
H1.HeaderClassName
{
color: #602A5C;
}
.AnyTagClassName
{
color: #602A5C;
}
</style>
background-color css
<style>
a { background-color: #602A5C; }
a { background-color: rgb(96,42,92); }
div.DivClassName
{
background-color: #602A5C;
}
.BgClassName
{
background-color: #602A5C;
}
</style>
border-color css
<style>
span { border-color: #602A5C; }
span { border-color: rgb(96,42,92); }
td.TdClassName
{
border-color: #602A5C;
}
.TagClassName
{
border-color: #602A5C;
}
</style>