Shades of Dark Violet #7E00CA
Tints of Dark Violet #7E00CA
RGB
CMYK
RGB Variations
Color information
#7E00CA (or 0x7E00CA) is known color: Dark Violet. HEX triplet: 7E, 00 and CA. RGB value is (126,0,202). Sum of RGB (Red+Green+Blue) = 126+0+202=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E00CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00CA is #81FF35. Grayscale: #3C3C3C. Windows color (decimal): -8519478 or 13238398. OLE color: 13238398.
HSL color Cylindrical-coordinate representation of color #7E00CA: hue angle of 277.43º 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 #7E00CA is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 0 | 202 | - |
| CMYK | 0.38 | 1 | 0 | 0.21 |
| HSL | 277.43º | 1% | 0.4% | - |
| HSV(B) | 277.43º | 1% | 0.79% | - |
| XYZ | 19.26 | 8.7 | 56.54 | - |
| YUV | 60.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 202 | 0.38 | 1 | 0 | 0.21 | 277.43 | 1 | 0.4 |
| Hex | 7E | 0 | CA | 26 | 64 | 0 | 15 | 115 | 64 | 28 |
| Octal | 176 | 0 | 312 | 46 | 144 | 0 | 25 | 425 | 144 | 50 |
| Binary | 1111110 | 0 | 11001010 | 100110 | 1100100 | 0 | 10101 | 100010101 | 1100100 | 101000 |
Color Harmonies of #7E00CA
Complementary color
Monochromatic Colors of #7E00CA
Black with #7E00CA
Text Example
Text Example
White with #7E00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00CA; }
p { color: rgb(126,0,202); }
H1.HeaderClassName
{
color: #7E00CA;
}
.AnyTagClassName
{
color: #7E00CA;
}
</style>
background-color css
<style>
a { background-color: #7E00CA; }
a { background-color: rgb(126,0,202); }
div.DivClassName
{
background-color: #7E00CA;
}
.BgClassName
{
background-color: #7E00CA;
}
</style>
border-color css
<style>
span { border-color: #7E00CA; }
span { border-color: rgb(126,0,202); }
td.TdClassName
{
border-color: #7E00CA;
}
.TagClassName
{
border-color: #7E00CA;
}
</style>