Shades of Palatinate Purple #602B50
Tints of Palatinate Purple #602B50
RGB
CMYK
RGB Variations
Color information
#602B50 (or 0x602B50) is known color: Palatinate Purple. HEX triplet: 60, 2B and 50. RGB value is (96,43,80). Sum of RGB (Red+Green+Blue) = 96+43+80=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B50 is #9FD4AF. Grayscale: #3E3E3E. Windows color (decimal): -10474672 or 5253984. OLE color: 5253984.
HSL color Cylindrical-coordinate representation of color #602B50: hue angle of 318.11º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B50 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 80 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.62 |
| HSL | 318.11º | 0.38% | 0.27% | - |
| HSV(B) | 318.11º | 0.55% | 0.38% | - |
| XYZ | 7.14 | 4.79 | 8.14 | - |
| YUV | 63.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 80 | 0 | 0.55 | 0.17 | 0.62 | 318.11 | 0.38 | 0.27 |
| Hex | 60 | 2B | 50 | 0 | 37 | 11 | 3E | 13E | 26 | 1B |
| Octal | 140 | 53 | 120 | 0 | 67 | 21 | 76 | 476 | 46 | 33 |
| Binary | 1100000 | 101011 | 1010000 | 0 | 110111 | 10001 | 111110 | 100111110 | 100110 | 11011 |
Color Harmonies of #602B50
Complementary color
Monochromatic Colors of #602B50
Black with #602B50
Text Example
Text Example
White with #602B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B50; }
p { color: rgb(96,43,80); }
H1.HeaderClassName
{
color: #602B50;
}
.AnyTagClassName
{
color: #602B50;
}
</style>
background-color css
<style>
a { background-color: #602B50; }
a { background-color: rgb(96,43,80); }
div.DivClassName
{
background-color: #602B50;
}
.BgClassName
{
background-color: #602B50;
}
</style>
border-color css
<style>
span { border-color: #602B50; }
span { border-color: rgb(96,43,80); }
td.TdClassName
{
border-color: #602B50;
}
.TagClassName
{
border-color: #602B50;
}
</style>