Shades of Dark Violet #6E00AD
Tints of Dark Violet #6E00AD
RGB
CMYK
RGB Variations
Color information
#6E00AD (or 0x6E00AD) is known color: Dark Violet. HEX triplet: 6E, 00 and AD. RGB value is (110,0,173). Sum of RGB (Red+Green+Blue) = 110+0+173=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E00AD is #91FF52. Grayscale: #343434. Windows color (decimal): -9568083 or 11337838. OLE color: 11337838.
HSL color Cylindrical-coordinate representation of color #6E00AD: hue angle of 278.15º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E00AD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 0 | 173 | - |
| CMYK | 0.36 | 1 | 0 | 0.32 |
| HSL | 278.15º | 1% | 0.34% | - |
| HSV(B) | 278.15º | 1% | 0.68% | - |
| XYZ | 13.97 | 6.33 | 40.02 | - |
| YUV | 52.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 173 | 0.36 | 1 | 0 | 0.32 | 278.15 | 1 | 0.34 |
| Hex | 6E | 0 | AD | 24 | 64 | 0 | 20 | 116 | 64 | 22 |
| Octal | 156 | 0 | 255 | 44 | 144 | 0 | 40 | 426 | 144 | 42 |
| Binary | 1101110 | 0 | 10101101 | 100100 | 1100100 | 0 | 100000 | 100010110 | 1100100 | 100010 |
Color Harmonies of #6E00AD
Complementary color
Monochromatic Colors of #6E00AD
Black with #6E00AD
Text Example
Text Example
White with #6E00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E00AD; }
p { color: rgb(110,0,173); }
H1.HeaderClassName
{
color: #6E00AD;
}
.AnyTagClassName
{
color: #6E00AD;
}
</style>
background-color css
<style>
a { background-color: #6E00AD; }
a { background-color: rgb(110,0,173); }
div.DivClassName
{
background-color: #6E00AD;
}
.BgClassName
{
background-color: #6E00AD;
}
</style>
border-color css
<style>
span { border-color: #6E00AD; }
span { border-color: rgb(110,0,173); }
td.TdClassName
{
border-color: #6E00AD;
}
.TagClassName
{
border-color: #6E00AD;
}
</style>