Shades of Dark Violet #6A00CE
Tints of Dark Violet #6A00CE
RGB
CMYK
RGB Variations
Color information
#6A00CE (or 0x6A00CE) is known color: Dark Violet. HEX triplet: 6A, 00 and CE. RGB value is (106,0,206). Sum of RGB (Red+Green+Blue) = 106+0+206=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00CE is #95FF31. Grayscale: #363636. Windows color (decimal): -9830194 or 13500522. OLE color: 13500522.
HSL color Cylindrical-coordinate representation of color #6A00CE: hue angle of 270.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00CE is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 0 | 206 | - |
| CMYK | 0.49 | 1 | 0 | 0.19 |
| HSL | 270.87º | 1% | 0.4% | - |
| HSV(B) | 270.87º | 1% | 0.81% | - |
| XYZ | 17.08 | 7.52 | 58.94 | - |
| YUV | 55.18 | 213.12 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 206 | 0.49 | 1 | 0 | 0.19 | 270.87 | 1 | 0.4 |
| Hex | 6A | 0 | CE | 31 | 64 | 0 | 13 | 10F | 64 | 28 |
| Octal | 152 | 0 | 316 | 61 | 144 | 0 | 23 | 417 | 144 | 50 |
| Binary | 1101010 | 0 | 11001110 | 110001 | 1100100 | 0 | 10011 | 100001111 | 1100100 | 101000 |
Color Harmonies of #6A00CE
Complementary color
Monochromatic Colors of #6A00CE
Black with #6A00CE
Text Example
Text Example
White with #6A00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00CE; }
p { color: rgb(106,0,206); }
H1.HeaderClassName
{
color: #6A00CE;
}
.AnyTagClassName
{
color: #6A00CE;
}
</style>
background-color css
<style>
a { background-color: #6A00CE; }
a { background-color: rgb(106,0,206); }
div.DivClassName
{
background-color: #6A00CE;
}
.BgClassName
{
background-color: #6A00CE;
}
</style>
border-color css
<style>
span { border-color: #6A00CE; }
span { border-color: rgb(106,0,206); }
td.TdClassName
{
border-color: #6A00CE;
}
.TagClassName
{
border-color: #6A00CE;
}
</style>