Shades of Dark Violet #6E04CE
Tints of Dark Violet #6E04CE
RGB
CMYK
RGB Variations
Color information
#6E04CE (or 0x6E04CE) is known color: Dark Violet. HEX triplet: 6E, 04 and CE. RGB value is (110,4,206). Sum of RGB (Red+Green+Blue) = 110+4+206=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E04CE is #91FB31. Grayscale: #3A3A3A. Windows color (decimal): -9567026 or 13501550. OLE color: 13501550.
HSL color Cylindrical-coordinate representation of color #6E04CE: hue angle of 271.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04CE is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 4 | 206 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.19 |
| HSL | 271.49º | 0.96% | 0.41% | - |
| HSV(B) | 271.49º | 0.98% | 0.81% | - |
| XYZ | 17.61 | 7.86 | 58.98 | - |
| YUV | 58.72 | 211.12 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 206 | 0.47 | 0.98 | 0 | 0.19 | 271.49 | 0.96 | 0.41 |
| Hex | 6E | 4 | CE | 2F | 62 | 0 | 13 | 10F | 60 | 29 |
| Octal | 156 | 4 | 316 | 57 | 142 | 0 | 23 | 417 | 140 | 51 |
| Binary | 1101110 | 100 | 11001110 | 101111 | 1100010 | 0 | 10011 | 100001111 | 1100000 | 101001 |
Color Harmonies of #6E04CE
Complementary color
Monochromatic Colors of #6E04CE
Black with #6E04CE
Text Example
Text Example
White with #6E04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E04CE; }
p { color: rgb(110,4,206); }
H1.HeaderClassName
{
color: #6E04CE;
}
.AnyTagClassName
{
color: #6E04CE;
}
</style>
background-color css
<style>
a { background-color: #6E04CE; }
a { background-color: rgb(110,4,206); }
div.DivClassName
{
background-color: #6E04CE;
}
.BgClassName
{
background-color: #6E04CE;
}
</style>
border-color css
<style>
span { border-color: #6E04CE; }
span { border-color: rgb(110,4,206); }
td.TdClassName
{
border-color: #6E04CE;
}
.TagClassName
{
border-color: #6E04CE;
}
</style>