Shades of Dark Violet #7F00DC
Tints of Dark Violet #7F00DC
RGB
CMYK
RGB Variations
Color information
#7F00DC (or 0x7F00DC) is known color: Dark Violet. HEX triplet: 7F, 00 and DC. RGB value is (127,0,220). Sum of RGB (Red+Green+Blue) = 127+0+220=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F00DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00DC is #80FF23. Grayscale: #3E3E3E. Windows color (decimal): -8453924 or 14418047. OLE color: 14418047.
HSL color Cylindrical-coordinate representation of color #7F00DC: hue angle of 274.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00DC is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 0 | 220 | - |
| CMYK | 0.42 | 1 | 0 | 0.14 |
| HSL | 274.64º | 1% | 0.43% | - |
| HSV(B) | 274.64º | 1% | 0.86% | - |
| XYZ | 21.67 | 9.68 | 68.44 | - |
| YUV | 63.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 220 | 0.42 | 1 | 0 | 0.14 | 274.64 | 1 | 0.43 |
| Hex | 7F | 0 | DC | 2A | 64 | 0 | E | 113 | 64 | 2B |
| Octal | 177 | 0 | 334 | 52 | 144 | 0 | 16 | 423 | 144 | 53 |
| Binary | 1111111 | 0 | 11011100 | 101010 | 1100100 | 0 | 1110 | 100010011 | 1100100 | 101011 |
Color Harmonies of #7F00DC
Complementary color
Monochromatic Colors of #7F00DC
Black with #7F00DC
Text Example
Text Example
White with #7F00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00DC; }
p { color: rgb(127,0,220); }
H1.HeaderClassName
{
color: #7F00DC;
}
.AnyTagClassName
{
color: #7F00DC;
}
</style>
background-color css
<style>
a { background-color: #7F00DC; }
a { background-color: rgb(127,0,220); }
div.DivClassName
{
background-color: #7F00DC;
}
.BgClassName
{
background-color: #7F00DC;
}
</style>
border-color css
<style>
span { border-color: #7F00DC; }
span { border-color: rgb(127,0,220); }
td.TdClassName
{
border-color: #7F00DC;
}
.TagClassName
{
border-color: #7F00DC;
}
</style>