Shades of Dark Violet #6E00BE
Tints of Dark Violet #6E00BE
RGB
CMYK
RGB Variations
Color information
#6E00BE (or 0x6E00BE) is known color: Dark Violet. HEX triplet: 6E, 00 and BE. RGB value is (110,0,190). Sum of RGB (Red+Green+Blue) = 110+0+190=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E00BE is #91FF41. Grayscale: #353535. Windows color (decimal): -9568066 or 12451950. OLE color: 12451950.
HSL color Cylindrical-coordinate representation of color #6E00BE: hue angle of 274.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E00BE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 0 | 190 | - |
| CMYK | 0.42 | 1 | 0 | 0.25 |
| HSL | 274.74º | 1% | 0.37% | - |
| HSV(B) | 274.74º | 1% | 0.75% | - |
| XYZ | 15.72 | 7.03 | 49.24 | - |
| YUV | 54.55 | 204.44 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 190 | 0.42 | 1 | 0 | 0.25 | 274.74 | 1 | 0.37 |
| Hex | 6E | 0 | BE | 2A | 64 | 0 | 19 | 113 | 64 | 25 |
| Octal | 156 | 0 | 276 | 52 | 144 | 0 | 31 | 423 | 144 | 45 |
| Binary | 1101110 | 0 | 10111110 | 101010 | 1100100 | 0 | 11001 | 100010011 | 1100100 | 100101 |
Color Harmonies of #6E00BE
Complementary color
Monochromatic Colors of #6E00BE
Black with #6E00BE
Text Example
Text Example
White with #6E00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E00BE; }
p { color: rgb(110,0,190); }
H1.HeaderClassName
{
color: #6E00BE;
}
.AnyTagClassName
{
color: #6E00BE;
}
</style>
background-color css
<style>
a { background-color: #6E00BE; }
a { background-color: rgb(110,0,190); }
div.DivClassName
{
background-color: #6E00BE;
}
.BgClassName
{
background-color: #6E00BE;
}
</style>
border-color css
<style>
span { border-color: #6E00BE; }
span { border-color: rgb(110,0,190); }
td.TdClassName
{
border-color: #6E00BE;
}
.TagClassName
{
border-color: #6E00BE;
}
</style>