Shades of Palatinate Purple #602B5B
Tints of Palatinate Purple #602B5B
RGB
CMYK
RGB Variations
Color information
#602B5B (or 0x602B5B) is known color: Palatinate Purple. HEX triplet: 60, 2B and 5B. RGB value is (96,43,91). Sum of RGB (Red+Green+Blue) = 96+43+91=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #602B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B5B is #9FD4A4. Grayscale: #404040. Windows color (decimal): -10474661 or 5974880. OLE color: 5974880.
HSL color Cylindrical-coordinate representation of color #602B5B: hue angle of 305.66º 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 #602B5B is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 91 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.62 |
| HSL | 305.66º | 0.38% | 0.27% | - |
| HSV(B) | 305.66º | 0.55% | 0.38% | - |
| XYZ | 7.58 | 4.97 | 10.46 | - |
| YUV | 64.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 91 | 0 | 0.55 | 0.05 | 0.62 | 305.66 | 0.38 | 0.27 |
| Hex | 60 | 2B | 5B | 0 | 37 | 5 | 3E | 132 | 26 | 1B |
| Octal | 140 | 53 | 133 | 0 | 67 | 5 | 76 | 462 | 46 | 33 |
| Binary | 1100000 | 101011 | 1011011 | 0 | 110111 | 101 | 111110 | 100110010 | 100110 | 11011 |
Color Harmonies of #602B5B
Complementary color
Monochromatic Colors of #602B5B
Black with #602B5B
Text Example
Text Example
White with #602B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B5B; }
p { color: rgb(96,43,91); }
H1.HeaderClassName
{
color: #602B5B;
}
.AnyTagClassName
{
color: #602B5B;
}
</style>
background-color css
<style>
a { background-color: #602B5B; }
a { background-color: rgb(96,43,91); }
div.DivClassName
{
background-color: #602B5B;
}
.BgClassName
{
background-color: #602B5B;
}
</style>
border-color css
<style>
span { border-color: #602B5B; }
span { border-color: rgb(96,43,91); }
td.TdClassName
{
border-color: #602B5B;
}
.TagClassName
{
border-color: #602B5B;
}
</style>