Shades of Dark Violet #7F00CE
Tints of Dark Violet #7F00CE
RGB
CMYK
RGB Variations
Color information
#7F00CE (or 0x7F00CE) is known color: Dark Violet. HEX triplet: 7F, 00 and CE. RGB value is (127,0,206). Sum of RGB (Red+Green+Blue) = 127+0+206=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00CE is #80FF31. Grayscale: #3C3C3C. Windows color (decimal): -8453938 or 13500543. OLE color: 13500543.
HSL color Cylindrical-coordinate representation of color #7F00CE: hue angle of 276.99º 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 #7F00CE is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 0 | 206 | - |
| CMYK | 0.38 | 1 | 0 | 0.19 |
| HSL | 276.99º | 1% | 0.4% | - |
| HSV(B) | 276.99º | 1% | 0.81% | - |
| XYZ | 19.89 | 8.97 | 59.08 | - |
| YUV | 61.46 | 209.58 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 206 | 0.38 | 1 | 0 | 0.19 | 276.99 | 1 | 0.4 |
| Hex | 7F | 0 | CE | 26 | 64 | 0 | 13 | 115 | 64 | 28 |
| Octal | 177 | 0 | 316 | 46 | 144 | 0 | 23 | 425 | 144 | 50 |
| Binary | 1111111 | 0 | 11001110 | 100110 | 1100100 | 0 | 10011 | 100010101 | 1100100 | 101000 |
Color Harmonies of #7F00CE
Complementary color
Monochromatic Colors of #7F00CE
Black with #7F00CE
Text Example
Text Example
White with #7F00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00CE; }
p { color: rgb(127,0,206); }
H1.HeaderClassName
{
color: #7F00CE;
}
.AnyTagClassName
{
color: #7F00CE;
}
</style>
background-color css
<style>
a { background-color: #7F00CE; }
a { background-color: rgb(127,0,206); }
div.DivClassName
{
background-color: #7F00CE;
}
.BgClassName
{
background-color: #7F00CE;
}
</style>
border-color css
<style>
span { border-color: #7F00CE; }
span { border-color: rgb(127,0,206); }
td.TdClassName
{
border-color: #7F00CE;
}
.TagClassName
{
border-color: #7F00CE;
}
</style>