Shades of Palatinate Purple #602350
Tints of Palatinate Purple #602350
RGB
CMYK
RGB Variations
Color information
#602350 (or 0x602350) is known color: Palatinate Purple. HEX triplet: 60, 23 and 50. RGB value is (96,35,80). Sum of RGB (Red+Green+Blue) = 96+35+80=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #602350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602350 is #9FDCAF. Grayscale: #3A3A3A. Windows color (decimal): -10476720 or 5251936. OLE color: 5251936.
HSL color Cylindrical-coordinate representation of color #602350: hue angle of 315.74º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602350 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 80 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.62 |
| HSL | 315.74º | 0.47% | 0.26% | - |
| HSV(B) | 315.74º | 0.64% | 0.38% | - |
| XYZ | 6.87 | 4.27 | 8.05 | - |
| YUV | 58.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 80 | 0 | 0.64 | 0.17 | 0.62 | 315.74 | 0.47 | 0.26 |
| Hex | 60 | 23 | 50 | 0 | 40 | 11 | 3E | 13C | 2F | 1A |
| Octal | 140 | 43 | 120 | 0 | 100 | 21 | 76 | 474 | 57 | 32 |
| Binary | 1100000 | 100011 | 1010000 | 0 | 1000000 | 10001 | 111110 | 100111100 | 101111 | 11010 |
Color Harmonies of #602350
Complementary color
Monochromatic Colors of #602350
Black with #602350
Text Example
Text Example
White with #602350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602350; }
p { color: rgb(96,35,80); }
H1.HeaderClassName
{
color: #602350;
}
.AnyTagClassName
{
color: #602350;
}
</style>
background-color css
<style>
a { background-color: #602350; }
a { background-color: rgb(96,35,80); }
div.DivClassName
{
background-color: #602350;
}
.BgClassName
{
background-color: #602350;
}
</style>
border-color css
<style>
span { border-color: #602350; }
span { border-color: rgb(96,35,80); }
td.TdClassName
{
border-color: #602350;
}
.TagClassName
{
border-color: #602350;
}
</style>