Shades of Dark Violet #7F0DB2
Tints of Dark Violet #7F0DB2
RGB
CMYK
RGB Variations
Color information
#7F0DB2 (or 0x7F0DB2) is known color: Dark Violet. HEX triplet: 7F, 0D and B2. RGB value is (127,13,178). Sum of RGB (Red+Green+Blue) = 127+13+178=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #7F0DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0DB2 is #80F24D. Grayscale: #414141. Windows color (decimal): -8450638 or 11668863. OLE color: 11668863.
HSL color Cylindrical-coordinate representation of color #7F0DB2: hue angle of 281.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0DB2 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 13 | 178 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.30 |
| HSL | 281.45º | 0.86% | 0.37% | - |
| HSV(B) | 281.45º | 0.93% | 0.7% | - |
| XYZ | 16.93 | 8.01 | 42.77 | - |
| YUV | 65.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 178 | 0.29 | 0.93 | 0 | 0.30 | 281.45 | 0.86 | 0.37 |
| Hex | 7F | D | B2 | 1D | 5D | 0 | 1E | 119 | 56 | 25 |
| Octal | 177 | 15 | 262 | 35 | 135 | 0 | 36 | 431 | 126 | 45 |
| Binary | 1111111 | 1101 | 10110010 | 11101 | 1011101 | 0 | 11110 | 100011001 | 1010110 | 100101 |
Color Harmonies of #7F0DB2
Complementary color
Monochromatic Colors of #7F0DB2
Black with #7F0DB2
Text Example
Text Example
White with #7F0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DB2; }
p { color: rgb(127,13,178); }
H1.HeaderClassName
{
color: #7F0DB2;
}
.AnyTagClassName
{
color: #7F0DB2;
}
</style>
background-color css
<style>
a { background-color: #7F0DB2; }
a { background-color: rgb(127,13,178); }
div.DivClassName
{
background-color: #7F0DB2;
}
.BgClassName
{
background-color: #7F0DB2;
}
</style>
border-color css
<style>
span { border-color: #7F0DB2; }
span { border-color: rgb(127,13,178); }
td.TdClassName
{
border-color: #7F0DB2;
}
.TagClassName
{
border-color: #7F0DB2;
}
</style>