Shades of Dark Violet #6E02B7
Tints of Dark Violet #6E02B7
RGB
CMYK
RGB Variations
Color information
#6E02B7 (or 0x6E02B7) is known color: Dark Violet. HEX triplet: 6E, 02 and B7. RGB value is (110,2,183). Sum of RGB (Red+Green+Blue) = 110+2+183=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E02B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E02B7 is #91FD48. Grayscale: #363636. Windows color (decimal): -9567561 or 11993710. OLE color: 11993710.
HSL color Cylindrical-coordinate representation of color #6E02B7: hue angle of 275.8º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E02B7 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 2 | 183 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.28 |
| HSL | 275.8º | 0.98% | 0.36% | - |
| HSV(B) | 275.8º | 0.99% | 0.72% | - |
| XYZ | 15 | 6.78 | 45.32 | - |
| YUV | 54.93 | 200.28 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 183 | 0.40 | 0.99 | 0 | 0.28 | 275.8 | 0.98 | 0.36 |
| Hex | 6E | 2 | B7 | 28 | 63 | 0 | 1C | 114 | 62 | 24 |
| Octal | 156 | 2 | 267 | 50 | 143 | 0 | 34 | 424 | 142 | 44 |
| Binary | 1101110 | 10 | 10110111 | 101000 | 1100011 | 0 | 11100 | 100010100 | 1100010 | 100100 |
Color Harmonies of #6E02B7
Complementary color
Monochromatic Colors of #6E02B7
Black with #6E02B7
Text Example
Text Example
White with #6E02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E02B7; }
p { color: rgb(110,2,183); }
H1.HeaderClassName
{
color: #6E02B7;
}
.AnyTagClassName
{
color: #6E02B7;
}
</style>
background-color css
<style>
a { background-color: #6E02B7; }
a { background-color: rgb(110,2,183); }
div.DivClassName
{
background-color: #6E02B7;
}
.BgClassName
{
background-color: #6E02B7;
}
</style>
border-color css
<style>
span { border-color: #6E02B7; }
span { border-color: rgb(110,2,183); }
td.TdClassName
{
border-color: #6E02B7;
}
.TagClassName
{
border-color: #6E02B7;
}
</style>