Shades of Dark Violet #6A00CA
Tints of Dark Violet #6A00CA
RGB
CMYK
RGB Variations
Color information
#6A00CA (or 0x6A00CA) is known color: Dark Violet. HEX triplet: 6A, 00 and CA. RGB value is (106,0,202). Sum of RGB (Red+Green+Blue) = 106+0+202=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A00CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00CA is #95FF35. Grayscale: #363636. Windows color (decimal): -9830198 or 13238378. OLE color: 13238378.
HSL color Cylindrical-coordinate representation of color #6A00CA: hue angle of 271.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00CA is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 0 | 202 | - |
| CMYK | 0.48 | 1 | 0 | 0.21 |
| HSL | 271.49º | 1% | 0.4% | - |
| HSV(B) | 271.49º | 1% | 0.79% | - |
| XYZ | 16.6 | 7.33 | 56.42 | - |
| YUV | 54.72 | 211.12 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 202 | 0.48 | 1 | 0 | 0.21 | 271.49 | 1 | 0.4 |
| Hex | 6A | 0 | CA | 30 | 64 | 0 | 15 | 10F | 64 | 28 |
| Octal | 152 | 0 | 312 | 60 | 144 | 0 | 25 | 417 | 144 | 50 |
| Binary | 1101010 | 0 | 11001010 | 110000 | 1100100 | 0 | 10101 | 100001111 | 1100100 | 101000 |
Color Harmonies of #6A00CA
Complementary color
Monochromatic Colors of #6A00CA
Black with #6A00CA
Text Example
Text Example
White with #6A00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00CA; }
p { color: rgb(106,0,202); }
H1.HeaderClassName
{
color: #6A00CA;
}
.AnyTagClassName
{
color: #6A00CA;
}
</style>
background-color css
<style>
a { background-color: #6A00CA; }
a { background-color: rgb(106,0,202); }
div.DivClassName
{
background-color: #6A00CA;
}
.BgClassName
{
background-color: #6A00CA;
}
</style>
border-color css
<style>
span { border-color: #6A00CA; }
span { border-color: rgb(106,0,202); }
td.TdClassName
{
border-color: #6A00CA;
}
.TagClassName
{
border-color: #6A00CA;
}
</style>