Shades of Dark Violet #7F0BDA
Tints of Dark Violet #7F0BDA
RGB
CMYK
RGB Variations
Color information
#7F0BDA (or 0x7F0BDA) is known color: Dark Violet. HEX triplet: 7F, 0B and DA. RGB value is (127,11,218). Sum of RGB (Red+Green+Blue) = 127+11+218=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BDA is #80F425. Grayscale: #444444. Windows color (decimal): -8451110 or 14289791. OLE color: 14289791.
HSL color Cylindrical-coordinate representation of color #7F0BDA: hue angle of 273.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0BDA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 11 | 218 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.15 |
| HSL | 273.62º | 0.9% | 0.45% | - |
| HSV(B) | 273.62º | 0.95% | 0.85% | - |
| XYZ | 21.53 | 9.81 | 67.09 | - |
| YUV | 69.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 218 | 0.42 | 0.95 | 0 | 0.15 | 273.62 | 0.9 | 0.45 |
| Hex | 7F | B | DA | 2A | 5F | 0 | F | 112 | 5A | 2D |
| Octal | 177 | 13 | 332 | 52 | 137 | 0 | 17 | 422 | 132 | 55 |
| Binary | 1111111 | 1011 | 11011010 | 101010 | 1011111 | 0 | 1111 | 100010010 | 1011010 | 101101 |
Color Harmonies of #7F0BDA
Complementary color
Monochromatic Colors of #7F0BDA
Black with #7F0BDA
Text Example
Text Example
White with #7F0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BDA; }
p { color: rgb(127,11,218); }
H1.HeaderClassName
{
color: #7F0BDA;
}
.AnyTagClassName
{
color: #7F0BDA;
}
</style>
background-color css
<style>
a { background-color: #7F0BDA; }
a { background-color: rgb(127,11,218); }
div.DivClassName
{
background-color: #7F0BDA;
}
.BgClassName
{
background-color: #7F0BDA;
}
</style>
border-color css
<style>
span { border-color: #7F0BDA; }
span { border-color: rgb(127,11,218); }
td.TdClassName
{
border-color: #7F0BDA;
}
.TagClassName
{
border-color: #7F0BDA;
}
</style>