Shades of Dark Violet #7F04DF
Tints of Dark Violet #7F04DF
RGB
CMYK
RGB Variations
Color information
#7F04DF (or 0x7F04DF) is known color: Dark Violet. HEX triplet: 7F, 04 and DF. RGB value is (127,4,223). Sum of RGB (Red+Green+Blue) = 127+4+223=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F04DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04DF is #80FB20. Grayscale: #404040. Windows color (decimal): -8452897 or 14615679. OLE color: 14615679.
HSL color Cylindrical-coordinate representation of color #7F04DF: hue angle of 273.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04DF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 4 | 223 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.13 |
| HSL | 273.7º | 0.96% | 0.45% | - |
| HSV(B) | 273.7º | 0.98% | 0.87% | - |
| XYZ | 22.12 | 9.93 | 70.56 | - |
| YUV | 65.74 | 216.75 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 223 | 0.43 | 0.98 | 0 | 0.13 | 273.7 | 0.96 | 0.45 |
| Hex | 7F | 4 | DF | 2B | 62 | 0 | D | 112 | 60 | 2D |
| Octal | 177 | 4 | 337 | 53 | 142 | 0 | 15 | 422 | 140 | 55 |
| Binary | 1111111 | 100 | 11011111 | 101011 | 1100010 | 0 | 1101 | 100010010 | 1100000 | 101101 |
Color Harmonies of #7F04DF
Complementary color
Monochromatic Colors of #7F04DF
Black with #7F04DF
Text Example
Text Example
White with #7F04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F04DF; }
p { color: rgb(127,4,223); }
H1.HeaderClassName
{
color: #7F04DF;
}
.AnyTagClassName
{
color: #7F04DF;
}
</style>
background-color css
<style>
a { background-color: #7F04DF; }
a { background-color: rgb(127,4,223); }
div.DivClassName
{
background-color: #7F04DF;
}
.BgClassName
{
background-color: #7F04DF;
}
</style>
border-color css
<style>
span { border-color: #7F04DF; }
span { border-color: rgb(127,4,223); }
td.TdClassName
{
border-color: #7F04DF;
}
.TagClassName
{
border-color: #7F04DF;
}
</style>