Shades of Palatinate Purple #6B0E5B
Tints of Palatinate Purple #6B0E5B
RGB
CMYK
RGB Variations
Color information
#6B0E5B (or 0x6B0E5B) is known color: Palatinate Purple. HEX triplet: 6B, 0E and 5B. RGB value is (107,14,91). Sum of RGB (Red+Green+Blue) = 107+14+91=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E5B is #94F1A4. Grayscale: #323232. Windows color (decimal): -9761189 or 5967467. OLE color: 5967467.
HSL color Cylindrical-coordinate representation of color #6B0E5B: hue angle of 310.32º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E5B is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 14 | 91 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.58 |
| HSL | 310.32º | 0.77% | 0.24% | - |
| HSV(B) | 310.32º | 0.87% | 0.42% | - |
| XYZ | 8.11 | 4.2 | 10.28 | - |
| YUV | 50.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 91 | 0 | 0.87 | 0.15 | 0.58 | 310.32 | 0.77 | 0.24 |
| Hex | 6B | E | 5B | 0 | 57 | F | 3A | 136 | 4D | 18 |
| Octal | 153 | 16 | 133 | 0 | 127 | 17 | 72 | 466 | 115 | 30 |
| Binary | 1101011 | 1110 | 1011011 | 0 | 1010111 | 1111 | 111010 | 100110110 | 1001101 | 11000 |
Color Harmonies of #6B0E5B
Complementary color
Monochromatic Colors of #6B0E5B
Black with #6B0E5B
Text Example
Text Example
White with #6B0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E5B; }
p { color: rgb(107,14,91); }
H1.HeaderClassName
{
color: #6B0E5B;
}
.AnyTagClassName
{
color: #6B0E5B;
}
</style>
background-color css
<style>
a { background-color: #6B0E5B; }
a { background-color: rgb(107,14,91); }
div.DivClassName
{
background-color: #6B0E5B;
}
.BgClassName
{
background-color: #6B0E5B;
}
</style>
border-color css
<style>
span { border-color: #6B0E5B; }
span { border-color: rgb(107,14,91); }
td.TdClassName
{
border-color: #6B0E5B;
}
.TagClassName
{
border-color: #6B0E5B;
}
</style>