Shades of Palatinate Purple #602357
Tints of Palatinate Purple #602357
RGB
CMYK
RGB Variations
Color information
#602357 (or 0x602357) is known color: Palatinate Purple. HEX triplet: 60, 23 and 57. RGB value is (96,35,87). Sum of RGB (Red+Green+Blue) = 96+35+87=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602357 is #9FDCA8. Grayscale: #3B3B3B. Windows color (decimal): -10476713 or 5710688. OLE color: 5710688.
HSL color Cylindrical-coordinate representation of color #602357: hue angle of 308.85º 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 #602357 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 87 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.62 |
| HSL | 308.85º | 0.47% | 0.26% | - |
| HSV(B) | 308.85º | 0.64% | 0.38% | - |
| XYZ | 7.15 | 4.38 | 9.49 | - |
| YUV | 59.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 87 | 0 | 0.64 | 0.09 | 0.62 | 308.85 | 0.47 | 0.26 |
| Hex | 60 | 23 | 57 | 0 | 40 | 9 | 3E | 135 | 2F | 1A |
| Octal | 140 | 43 | 127 | 0 | 100 | 11 | 76 | 465 | 57 | 32 |
| Binary | 1100000 | 100011 | 1010111 | 0 | 1000000 | 1001 | 111110 | 100110101 | 101111 | 11010 |
Color Harmonies of #602357
Complementary color
Monochromatic Colors of #602357
Black with #602357
Text Example
Text Example
White with #602357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602357; }
p { color: rgb(96,35,87); }
H1.HeaderClassName
{
color: #602357;
}
.AnyTagClassName
{
color: #602357;
}
</style>
background-color css
<style>
a { background-color: #602357; }
a { background-color: rgb(96,35,87); }
div.DivClassName
{
background-color: #602357;
}
.BgClassName
{
background-color: #602357;
}
</style>
border-color css
<style>
span { border-color: #602357; }
span { border-color: rgb(96,35,87); }
td.TdClassName
{
border-color: #602357;
}
.TagClassName
{
border-color: #602357;
}
</style>