Shades of Purple #6B0E7E
Tints of Purple #6B0E7E
RGB
CMYK
RGB Variations
Color information
#6B0E7E (or 0x6B0E7E) is known color: Purple. HEX triplet: 6B, 0E and 7E. RGB value is (107,14,126). Sum of RGB (Red+Green+Blue) = 107+14+126=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B0E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E7E is #94F181. Grayscale: #363636. Windows color (decimal): -9761154 or 8261227. OLE color: 8261227.
HSL color Cylindrical-coordinate representation of color #6B0E7E: hue angle of 289.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0E7E is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 14 | 126 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.51 |
| HSL | 289.82º | 0.8% | 0.27% | - |
| HSV(B) | 289.82º | 0.89% | 0.49% | - |
| XYZ | 9.99 | 4.95 | 20.17 | - |
| YUV | 54.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 126 | 0.15 | 0.89 | 0 | 0.51 | 289.82 | 0.8 | 0.27 |
| Hex | 6B | E | 7E | F | 59 | 0 | 33 | 122 | 50 | 1B |
| Octal | 153 | 16 | 176 | 17 | 131 | 0 | 63 | 442 | 120 | 33 |
| Binary | 1101011 | 1110 | 1111110 | 1111 | 1011001 | 0 | 110011 | 100100010 | 1010000 | 11011 |
Color Harmonies of #6B0E7E
Complementary color
Monochromatic Colors of #6B0E7E
Black with #6B0E7E
Text Example
Text Example
White with #6B0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E7E; }
p { color: rgb(107,14,126); }
H1.HeaderClassName
{
color: #6B0E7E;
}
.AnyTagClassName
{
color: #6B0E7E;
}
</style>
background-color css
<style>
a { background-color: #6B0E7E; }
a { background-color: rgb(107,14,126); }
div.DivClassName
{
background-color: #6B0E7E;
}
.BgClassName
{
background-color: #6B0E7E;
}
</style>
border-color css
<style>
span { border-color: #6B0E7E; }
span { border-color: rgb(107,14,126); }
td.TdClassName
{
border-color: #6B0E7E;
}
.TagClassName
{
border-color: #6B0E7E;
}
</style>