Shades of Dark Violet #7D04E3
Tints of Dark Violet #7D04E3
RGB
CMYK
RGB Variations
Color information
#7D04E3 (or 0x7D04E3) is known color: Dark Violet. HEX triplet: 7D, 04 and E3. RGB value is (125,4,227). Sum of RGB (Red+Green+Blue) = 125+4+227=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D04E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D04E3 is #82FB1C. Grayscale: #404040. Windows color (decimal): -8583965 or 14877821. OLE color: 14877821.
HSL color Cylindrical-coordinate representation of color #7D04E3: hue angle of 272.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04E3 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 4 | 227 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.11 |
| HSL | 272.56º | 0.97% | 0.45% | - |
| HSV(B) | 272.56º | 0.98% | 0.89% | - |
| XYZ | 22.37 | 9.99 | 73.42 | - |
| YUV | 65.6 | 219.09 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 227 | 0.45 | 0.98 | 0 | 0.11 | 272.56 | 0.97 | 0.45 |
| Hex | 7D | 4 | E3 | 2D | 62 | 0 | B | 111 | 61 | 2D |
| Octal | 175 | 4 | 343 | 55 | 142 | 0 | 13 | 421 | 141 | 55 |
| Binary | 1111101 | 100 | 11100011 | 101101 | 1100010 | 0 | 1011 | 100010001 | 1100001 | 101101 |
Color Harmonies of #7D04E3
Complementary color
Monochromatic Colors of #7D04E3
Black with #7D04E3
Text Example
Text Example
White with #7D04E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D04E3; }
p { color: rgb(125,4,227); }
H1.HeaderClassName
{
color: #7D04E3;
}
.AnyTagClassName
{
color: #7D04E3;
}
</style>
background-color css
<style>
a { background-color: #7D04E3; }
a { background-color: rgb(125,4,227); }
div.DivClassName
{
background-color: #7D04E3;
}
.BgClassName
{
background-color: #7D04E3;
}
</style>
border-color css
<style>
span { border-color: #7D04E3; }
span { border-color: rgb(125,4,227); }
td.TdClassName
{
border-color: #7D04E3;
}
.TagClassName
{
border-color: #7D04E3;
}
</style>