Shades of Purple #6E0D9B
Tints of Purple #6E0D9B
RGB
CMYK
RGB Variations
Color information
#6E0D9B (or 0x6E0D9B) is known color: Purple. HEX triplet: 6E, 0D and 9B. RGB value is (110,13,155). Sum of RGB (Red+Green+Blue) = 110+13+155=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E0D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0D9B is #91F264. Grayscale: #393939. Windows color (decimal): -9564773 or 10161518. OLE color: 10161518.
HSL color Cylindrical-coordinate representation of color #6E0D9B: hue angle of 280.99º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0D9B is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 13 | 155 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.39 |
| HSL | 280.99º | 0.85% | 0.33% | - |
| HSV(B) | 280.99º | 0.92% | 0.61% | - |
| XYZ | 12.49 | 5.97 | 31.5 | - |
| YUV | 58.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 155 | 0.29 | 0.92 | 0 | 0.39 | 280.99 | 0.85 | 0.33 |
| Hex | 6E | D | 9B | 1D | 5C | 0 | 27 | 119 | 55 | 21 |
| Octal | 156 | 15 | 233 | 35 | 134 | 0 | 47 | 431 | 125 | 41 |
| Binary | 1101110 | 1101 | 10011011 | 11101 | 1011100 | 0 | 100111 | 100011001 | 1010101 | 100001 |
Color Harmonies of #6E0D9B
Complementary color
Monochromatic Colors of #6E0D9B
Black with #6E0D9B
Text Example
Text Example
White with #6E0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D9B; }
p { color: rgb(110,13,155); }
H1.HeaderClassName
{
color: #6E0D9B;
}
.AnyTagClassName
{
color: #6E0D9B;
}
</style>
background-color css
<style>
a { background-color: #6E0D9B; }
a { background-color: rgb(110,13,155); }
div.DivClassName
{
background-color: #6E0D9B;
}
.BgClassName
{
background-color: #6E0D9B;
}
</style>
border-color css
<style>
span { border-color: #6E0D9B; }
span { border-color: rgb(110,13,155); }
td.TdClassName
{
border-color: #6E0D9B;
}
.TagClassName
{
border-color: #6E0D9B;
}
</style>