Shades of Purple #6E0D6B
Tints of Purple #6E0D6B
RGB
CMYK
RGB Variations
Color information
#6E0D6B (or 0x6E0D6B) is known color: Purple. HEX triplet: 6E, 0D and 6B. RGB value is (110,13,107). Sum of RGB (Red+Green+Blue) = 110+13+107=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D6B is #91F294. Grayscale: #343434. Windows color (decimal): -9564821 or 7015790. OLE color: 7015790.
HSL color Cylindrical-coordinate representation of color #6E0D6B: hue angle of 301.86º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D6B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 107 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.57 |
| HSL | 301.86º | 0.79% | 0.24% | - |
| HSV(B) | 301.86º | 0.88% | 0.43% | - |
| XYZ | 9.23 | 4.66 | 14.32 | - |
| YUV | 52.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 107 | 0 | 0.88 | 0.03 | 0.57 | 301.86 | 0.79 | 0.24 |
| Hex | 6E | D | 6B | 0 | 58 | 3 | 39 | 12E | 4F | 18 |
| Octal | 156 | 15 | 153 | 0 | 130 | 3 | 71 | 456 | 117 | 30 |
| Binary | 1101110 | 1101 | 1101011 | 0 | 1011000 | 11 | 111001 | 100101110 | 1001111 | 11000 |
Color Harmonies of #6E0D6B
Complementary color
Monochromatic Colors of #6E0D6B
Black with #6E0D6B
Text Example
Text Example
White with #6E0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D6B; }
p { color: rgb(110,13,107); }
H1.HeaderClassName
{
color: #6E0D6B;
}
.AnyTagClassName
{
color: #6E0D6B;
}
</style>
background-color css
<style>
a { background-color: #6E0D6B; }
a { background-color: rgb(110,13,107); }
div.DivClassName
{
background-color: #6E0D6B;
}
.BgClassName
{
background-color: #6E0D6B;
}
</style>
border-color css
<style>
span { border-color: #6E0D6B; }
span { border-color: rgb(110,13,107); }
td.TdClassName
{
border-color: #6E0D6B;
}
.TagClassName
{
border-color: #6E0D6B;
}
</style>