Shades of Palatinate Purple #6B0E5A
Tints of Palatinate Purple #6B0E5A
RGB
CMYK
RGB Variations
Color information
#6B0E5A (or 0x6B0E5A) is known color: Palatinate Purple. HEX triplet: 6B, 0E and 5A. RGB value is (107,14,90). Sum of RGB (Red+Green+Blue) = 107+14+90=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E5A is #94F1A5. Grayscale: #323232. Windows color (decimal): -9761190 or 5901931. OLE color: 5901931.
HSL color Cylindrical-coordinate representation of color #6B0E5A: hue angle of 310.97º 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 #6B0E5A is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 14 | 90 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.58 |
| HSL | 310.97º | 0.77% | 0.24% | - |
| HSV(B) | 310.97º | 0.87% | 0.42% | - |
| XYZ | 8.07 | 4.18 | 10.05 | - |
| YUV | 50.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 90 | 0 | 0.87 | 0.16 | 0.58 | 310.97 | 0.77 | 0.24 |
| Hex | 6B | E | 5A | 0 | 57 | 10 | 3A | 137 | 4D | 18 |
| Octal | 153 | 16 | 132 | 0 | 127 | 20 | 72 | 467 | 115 | 30 |
| Binary | 1101011 | 1110 | 1011010 | 0 | 1010111 | 10000 | 111010 | 100110111 | 1001101 | 11000 |
Color Harmonies of #6B0E5A
Complementary color
Monochromatic Colors of #6B0E5A
Black with #6B0E5A
Text Example
Text Example
White with #6B0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E5A; }
p { color: rgb(107,14,90); }
H1.HeaderClassName
{
color: #6B0E5A;
}
.AnyTagClassName
{
color: #6B0E5A;
}
</style>
background-color css
<style>
a { background-color: #6B0E5A; }
a { background-color: rgb(107,14,90); }
div.DivClassName
{
background-color: #6B0E5A;
}
.BgClassName
{
background-color: #6B0E5A;
}
</style>
border-color css
<style>
span { border-color: #6B0E5A; }
span { border-color: rgb(107,14,90); }
td.TdClassName
{
border-color: #6B0E5A;
}
.TagClassName
{
border-color: #6B0E5A;
}
</style>