Shades of Purple #6B0E6F
Tints of Purple #6B0E6F
RGB
CMYK
RGB Variations
Color information
#6B0E6F (or 0x6B0E6F) is known color: Purple. HEX triplet: 6B, 0E and 6F. RGB value is (107,14,111). Sum of RGB (Red+Green+Blue) = 107+14+111=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B0E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E6F is #94F190. Grayscale: #343434. Windows color (decimal): -9761169 or 7278187. OLE color: 7278187.
HSL color Cylindrical-coordinate representation of color #6B0E6F: hue angle of 297.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E6F is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 14 | 111 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.56 |
| HSL | 297.53º | 0.78% | 0.25% | - |
| HSV(B) | 297.53º | 0.87% | 0.44% | - |
| XYZ | 9.09 | 4.59 | 15.45 | - |
| YUV | 52.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 111 | 0.04 | 0.87 | 0 | 0.56 | 297.53 | 0.78 | 0.25 |
| Hex | 6B | E | 6F | 4 | 57 | 0 | 38 | 12A | 4E | 19 |
| Octal | 153 | 16 | 157 | 4 | 127 | 0 | 70 | 452 | 116 | 31 |
| Binary | 1101011 | 1110 | 1101111 | 100 | 1010111 | 0 | 111000 | 100101010 | 1001110 | 11001 |
Color Harmonies of #6B0E6F
Complementary color
Monochromatic Colors of #6B0E6F
Black with #6B0E6F
Text Example
Text Example
White with #6B0E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E6F; }
p { color: rgb(107,14,111); }
H1.HeaderClassName
{
color: #6B0E6F;
}
.AnyTagClassName
{
color: #6B0E6F;
}
</style>
background-color css
<style>
a { background-color: #6B0E6F; }
a { background-color: rgb(107,14,111); }
div.DivClassName
{
background-color: #6B0E6F;
}
.BgClassName
{
background-color: #6B0E6F;
}
</style>
border-color css
<style>
span { border-color: #6B0E6F; }
span { border-color: rgb(107,14,111); }
td.TdClassName
{
border-color: #6B0E6F;
}
.TagClassName
{
border-color: #6B0E6F;
}
</style>