Shades of Dark Violet #7E00CF
Tints of Dark Violet #7E00CF
RGB
CMYK
RGB Variations
Color information
#7E00CF (or 0x7E00CF) is known color: Dark Violet. HEX triplet: 7E, 00 and CF. RGB value is (126,0,207). Sum of RGB (Red+Green+Blue) = 126+0+207=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00CF is #81FF30. Grayscale: #3C3C3C. Windows color (decimal): -8519473 or 13566078. OLE color: 13566078.
HSL color Cylindrical-coordinate representation of color #7E00CF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00CF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 0 | 207 | - |
| CMYK | 0.39 | 1 | 0 | 0.19 |
| HSL | 276.52º | 1% | 0.41% | - |
| HSV(B) | 276.52º | 1% | 0.81% | - |
| XYZ | 19.87 | 8.94 | 59.71 | - |
| YUV | 61.27 | 210.24 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 207 | 0.39 | 1 | 0 | 0.19 | 276.52 | 1 | 0.41 |
| Hex | 7E | 0 | CF | 27 | 64 | 0 | 13 | 115 | 64 | 29 |
| Octal | 176 | 0 | 317 | 47 | 144 | 0 | 23 | 425 | 144 | 51 |
| Binary | 1111110 | 0 | 11001111 | 100111 | 1100100 | 0 | 10011 | 100010101 | 1100100 | 101001 |
Color Harmonies of #7E00CF
Complementary color
Monochromatic Colors of #7E00CF
Black with #7E00CF
Text Example
Text Example
White with #7E00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00CF; }
p { color: rgb(126,0,207); }
H1.HeaderClassName
{
color: #7E00CF;
}
.AnyTagClassName
{
color: #7E00CF;
}
</style>
background-color css
<style>
a { background-color: #7E00CF; }
a { background-color: rgb(126,0,207); }
div.DivClassName
{
background-color: #7E00CF;
}
.BgClassName
{
background-color: #7E00CF;
}
</style>
border-color css
<style>
span { border-color: #7E00CF; }
span { border-color: rgb(126,0,207); }
td.TdClassName
{
border-color: #7E00CF;
}
.TagClassName
{
border-color: #7E00CF;
}
</style>