Shades of Palatinate Purple #600B6B
Tints of Palatinate Purple #600B6B
RGB
CMYK
RGB Variations
Color information
#600B6B (or 0x600B6B) is known color: Palatinate Purple. HEX triplet: 60, 0B and 6B. RGB value is (96,11,107). Sum of RGB (Red+Green+Blue) = 96+11+107=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #600B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B6B is #9FF494. Grayscale: #2F2F2F. Windows color (decimal): -10482837 or 7015264. OLE color: 7015264.
HSL color Cylindrical-coordinate representation of color #600B6B: hue angle of 293.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600B6B is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 11 | 107 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.58 |
| HSL | 293.13º | 0.81% | 0.23% | - |
| HSV(B) | 293.13º | 0.9% | 0.42% | - |
| XYZ | 7.6 | 3.79 | 14.24 | - |
| YUV | 47.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 107 | 0.10 | 0.90 | 0 | 0.58 | 293.13 | 0.81 | 0.23 |
| Hex | 60 | B | 6B | A | 5A | 0 | 3A | 125 | 51 | 17 |
| Octal | 140 | 13 | 153 | 12 | 132 | 0 | 72 | 445 | 121 | 27 |
| Binary | 1100000 | 1011 | 1101011 | 1010 | 1011010 | 0 | 111010 | 100100101 | 1010001 | 10111 |
Color Harmonies of #600B6B
Complementary color
Monochromatic Colors of #600B6B
Black with #600B6B
Text Example
Text Example
White with #600B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B6B; }
p { color: rgb(96,11,107); }
H1.HeaderClassName
{
color: #600B6B;
}
.AnyTagClassName
{
color: #600B6B;
}
</style>
background-color css
<style>
a { background-color: #600B6B; }
a { background-color: rgb(96,11,107); }
div.DivClassName
{
background-color: #600B6B;
}
.BgClassName
{
background-color: #600B6B;
}
</style>
border-color css
<style>
span { border-color: #600B6B; }
span { border-color: rgb(96,11,107); }
td.TdClassName
{
border-color: #600B6B;
}
.TagClassName
{
border-color: #600B6B;
}
</style>