Shades of Dark Violet #7F05D9
Tints of Dark Violet #7F05D9
RGB
CMYK
RGB Variations
Color information
#7F05D9 (or 0x7F05D9) is known color: Dark Violet. HEX triplet: 7F, 05 and D9. RGB value is (127,5,217). Sum of RGB (Red+Green+Blue) = 127+5+217=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F05D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F05D9 is #80FA26. Grayscale: #404040. Windows color (decimal): -8452647 or 14222719. OLE color: 14222719.
HSL color Cylindrical-coordinate representation of color #7F05D9: hue angle of 274.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F05D9 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 5 | 217 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.15 |
| HSL | 274.53º | 0.95% | 0.44% | - |
| HSV(B) | 274.53º | 0.98% | 0.85% | - |
| XYZ | 21.33 | 9.63 | 66.38 | - |
| YUV | 65.65 | 213.42 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 217 | 0.41 | 0.98 | 0 | 0.15 | 274.53 | 0.95 | 0.44 |
| Hex | 7F | 5 | D9 | 29 | 62 | 0 | F | 113 | 5F | 2C |
| Octal | 177 | 5 | 331 | 51 | 142 | 0 | 17 | 423 | 137 | 54 |
| Binary | 1111111 | 101 | 11011001 | 101001 | 1100010 | 0 | 1111 | 100010011 | 1011111 | 101100 |
Color Harmonies of #7F05D9
Complementary color
Monochromatic Colors of #7F05D9
Black with #7F05D9
Text Example
Text Example
White with #7F05D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F05D9; }
p { color: rgb(127,5,217); }
H1.HeaderClassName
{
color: #7F05D9;
}
.AnyTagClassName
{
color: #7F05D9;
}
</style>
background-color css
<style>
a { background-color: #7F05D9; }
a { background-color: rgb(127,5,217); }
div.DivClassName
{
background-color: #7F05D9;
}
.BgClassName
{
background-color: #7F05D9;
}
</style>
border-color css
<style>
span { border-color: #7F05D9; }
span { border-color: rgb(127,5,217); }
td.TdClassName
{
border-color: #7F05D9;
}
.TagClassName
{
border-color: #7F05D9;
}
</style>