Shades of Palatinate Purple #6B0B5F
Tints of Palatinate Purple #6B0B5F
RGB
CMYK
RGB Variations
Color information
#6B0B5F (or 0x6B0B5F) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 5F. RGB value is (107,11,95). Sum of RGB (Red+Green+Blue) = 107+11+95=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B5F is #94F4A0. Grayscale: #313131. Windows color (decimal): -9761953 or 6228843. OLE color: 6228843.
HSL color Cylindrical-coordinate representation of color #6B0B5F: hue angle of 307.5º 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 #6B0B5F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 95 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.58 |
| HSL | 307.5º | 0.81% | 0.23% | - |
| HSV(B) | 307.5º | 0.9% | 0.42% | - |
| XYZ | 8.25 | 4.19 | 11.2 | - |
| YUV | 49.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 95 | 0 | 0.90 | 0.11 | 0.58 | 307.5 | 0.81 | 0.23 |
| Hex | 6B | B | 5F | 0 | 5A | B | 3A | 134 | 51 | 17 |
| Octal | 153 | 13 | 137 | 0 | 132 | 13 | 72 | 464 | 121 | 27 |
| Binary | 1101011 | 1011 | 1011111 | 0 | 1011010 | 1011 | 111010 | 100110100 | 1010001 | 10111 |
Color Harmonies of #6B0B5F
Complementary color
Monochromatic Colors of #6B0B5F
Black with #6B0B5F
Text Example
Text Example
White with #6B0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B5F; }
p { color: rgb(107,11,95); }
H1.HeaderClassName
{
color: #6B0B5F;
}
.AnyTagClassName
{
color: #6B0B5F;
}
</style>
background-color css
<style>
a { background-color: #6B0B5F; }
a { background-color: rgb(107,11,95); }
div.DivClassName
{
background-color: #6B0B5F;
}
.BgClassName
{
background-color: #6B0B5F;
}
</style>
border-color css
<style>
span { border-color: #6B0B5F; }
span { border-color: rgb(107,11,95); }
td.TdClassName
{
border-color: #6B0B5F;
}
.TagClassName
{
border-color: #6B0B5F;
}
</style>