Shades of Dark Violet #7F04BA
Tints of Dark Violet #7F04BA
RGB
CMYK
RGB Variations
Color information
#7F04BA (or 0x7F04BA) is known color: Dark Violet. HEX triplet: 7F, 04 and BA. RGB value is (127,4,186). Sum of RGB (Red+Green+Blue) = 127+4+186=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04BA is #80FB45. Grayscale: #3C3C3C. Windows color (decimal): -8452934 or 12190847. OLE color: 12190847.
HSL color Cylindrical-coordinate representation of color #7F04BA: hue angle of 280.55º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04BA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 4 | 186 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.27 |
| HSL | 280.55º | 0.96% | 0.37% | - |
| HSV(B) | 280.55º | 0.98% | 0.73% | - |
| XYZ | 17.66 | 8.14 | 47.1 | - |
| YUV | 61.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 186 | 0.32 | 0.98 | 0 | 0.27 | 280.55 | 0.96 | 0.37 |
| Hex | 7F | 4 | BA | 20 | 62 | 0 | 1B | 119 | 60 | 25 |
| Octal | 177 | 4 | 272 | 40 | 142 | 0 | 33 | 431 | 140 | 45 |
| Binary | 1111111 | 100 | 10111010 | 100000 | 1100010 | 0 | 11011 | 100011001 | 1100000 | 100101 |
Color Harmonies of #7F04BA
Complementary color
Monochromatic Colors of #7F04BA
Black with #7F04BA
Text Example
Text Example
White with #7F04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F04BA; }
p { color: rgb(127,4,186); }
H1.HeaderClassName
{
color: #7F04BA;
}
.AnyTagClassName
{
color: #7F04BA;
}
</style>
background-color css
<style>
a { background-color: #7F04BA; }
a { background-color: rgb(127,4,186); }
div.DivClassName
{
background-color: #7F04BA;
}
.BgClassName
{
background-color: #7F04BA;
}
</style>
border-color css
<style>
span { border-color: #7F04BA; }
span { border-color: rgb(127,4,186); }
td.TdClassName
{
border-color: #7F04BA;
}
.TagClassName
{
border-color: #7F04BA;
}
</style>