Shades of Dark Violet #7F00D9
Tints of Dark Violet #7F00D9
RGB
CMYK
RGB Variations
Color information
#7F00D9 (or 0x7F00D9) is known color: Dark Violet. HEX triplet: 7F, 00 and D9. RGB value is (127,0,217). Sum of RGB (Red+Green+Blue) = 127+0+217=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F00D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00D9 is #80FF26. Grayscale: #3D3D3D. Windows color (decimal): -8453927 or 14221439. OLE color: 14221439.
HSL color Cylindrical-coordinate representation of color #7F00D9: hue angle of 275.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00D9 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 0 | 217 | - |
| CMYK | 0.41 | 1 | 0 | 0.15 |
| HSL | 275.12º | 1% | 0.43% | - |
| HSV(B) | 275.12º | 1% | 0.85% | - |
| XYZ | 21.28 | 9.52 | 66.36 | - |
| YUV | 62.71 | 215.08 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 217 | 0.41 | 1 | 0 | 0.15 | 275.12 | 1 | 0.43 |
| Hex | 7F | 0 | D9 | 29 | 64 | 0 | F | 113 | 64 | 2B |
| Octal | 177 | 0 | 331 | 51 | 144 | 0 | 17 | 423 | 144 | 53 |
| Binary | 1111111 | 0 | 11011001 | 101001 | 1100100 | 0 | 1111 | 100010011 | 1100100 | 101011 |
Color Harmonies of #7F00D9
Complementary color
Monochromatic Colors of #7F00D9
Black with #7F00D9
Text Example
Text Example
White with #7F00D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00D9; }
p { color: rgb(127,0,217); }
H1.HeaderClassName
{
color: #7F00D9;
}
.AnyTagClassName
{
color: #7F00D9;
}
</style>
background-color css
<style>
a { background-color: #7F00D9; }
a { background-color: rgb(127,0,217); }
div.DivClassName
{
background-color: #7F00D9;
}
.BgClassName
{
background-color: #7F00D9;
}
</style>
border-color css
<style>
span { border-color: #7F00D9; }
span { border-color: rgb(127,0,217); }
td.TdClassName
{
border-color: #7F00D9;
}
.TagClassName
{
border-color: #7F00D9;
}
</style>