Shades of Dark Violet #6A02CA
Tints of Dark Violet #6A02CA
RGB
CMYK
RGB Variations
Color information
#6A02CA (or 0x6A02CA) is known color: Dark Violet. HEX triplet: 6A, 02 and CA. RGB value is (106,2,202). Sum of RGB (Red+Green+Blue) = 106+2+202=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A02CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A02CA is #95FD35. Grayscale: #373737. Windows color (decimal): -9829686 or 13238890. OLE color: 13238890.
HSL color Cylindrical-coordinate representation of color #6A02CA: hue angle of 271.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A02CA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 2 | 202 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.21 |
| HSL | 271.2º | 0.98% | 0.4% | - |
| HSV(B) | 271.2º | 0.99% | 0.79% | - |
| XYZ | 16.63 | 7.37 | 56.42 | - |
| YUV | 55.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 202 | 0.48 | 0.99 | 0 | 0.21 | 271.2 | 0.98 | 0.4 |
| Hex | 6A | 2 | CA | 30 | 63 | 0 | 15 | 10F | 62 | 28 |
| Octal | 152 | 2 | 312 | 60 | 143 | 0 | 25 | 417 | 142 | 50 |
| Binary | 1101010 | 10 | 11001010 | 110000 | 1100011 | 0 | 10101 | 100001111 | 1100010 | 101000 |
Color Harmonies of #6A02CA
Complementary color
Monochromatic Colors of #6A02CA
Black with #6A02CA
Text Example
Text Example
White with #6A02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A02CA; }
p { color: rgb(106,2,202); }
H1.HeaderClassName
{
color: #6A02CA;
}
.AnyTagClassName
{
color: #6A02CA;
}
</style>
background-color css
<style>
a { background-color: #6A02CA; }
a { background-color: rgb(106,2,202); }
div.DivClassName
{
background-color: #6A02CA;
}
.BgClassName
{
background-color: #6A02CA;
}
</style>
border-color css
<style>
span { border-color: #6A02CA; }
span { border-color: rgb(106,2,202); }
td.TdClassName
{
border-color: #6A02CA;
}
.TagClassName
{
border-color: #6A02CA;
}
</style>