Shades of Dark Violet #7F07CE
Tints of Dark Violet #7F07CE
RGB
CMYK
RGB Variations
Color information
#7F07CE (or 0x7F07CE) is known color: Dark Violet. HEX triplet: 7F, 07 and CE. RGB value is (127,7,206). Sum of RGB (Red+Green+Blue) = 127+7+206=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07CE is #80F831. Grayscale: #404040. Windows color (decimal): -8452146 or 13502335. OLE color: 13502335.
HSL color Cylindrical-coordinate representation of color #7F07CE: hue angle of 276.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07CE is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 7 | 206 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.19 |
| HSL | 276.18º | 0.93% | 0.42% | - |
| HSV(B) | 276.18º | 0.97% | 0.81% | - |
| XYZ | 19.97 | 9.12 | 59.1 | - |
| YUV | 65.57 | 207.26 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 206 | 0.38 | 0.97 | 0 | 0.19 | 276.18 | 0.93 | 0.42 |
| Hex | 7F | 7 | CE | 26 | 61 | 0 | 13 | 114 | 5D | 2A |
| Octal | 177 | 7 | 316 | 46 | 141 | 0 | 23 | 424 | 135 | 52 |
| Binary | 1111111 | 111 | 11001110 | 100110 | 1100001 | 0 | 10011 | 100010100 | 1011101 | 101010 |
Color Harmonies of #7F07CE
Complementary color
Monochromatic Colors of #7F07CE
Black with #7F07CE
Text Example
Text Example
White with #7F07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F07CE; }
p { color: rgb(127,7,206); }
H1.HeaderClassName
{
color: #7F07CE;
}
.AnyTagClassName
{
color: #7F07CE;
}
</style>
background-color css
<style>
a { background-color: #7F07CE; }
a { background-color: rgb(127,7,206); }
div.DivClassName
{
background-color: #7F07CE;
}
.BgClassName
{
background-color: #7F07CE;
}
</style>
border-color css
<style>
span { border-color: #7F07CE; }
span { border-color: rgb(127,7,206); }
td.TdClassName
{
border-color: #7F07CE;
}
.TagClassName
{
border-color: #7F07CE;
}
</style>