Shades of Dark Violet #7D05E5
Tints of Dark Violet #7D05E5
RGB
CMYK
RGB Variations
Color information
#7D05E5 (or 0x7D05E5) is known color: Dark Violet. HEX triplet: 7D, 05 and E5. RGB value is (125,5,229). Sum of RGB (Red+Green+Blue) = 125+5+229=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D05E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D05E5 is #82FA1A. Grayscale: #414141. Windows color (decimal): -8583707 or 15009149. OLE color: 15009149.
HSL color Cylindrical-coordinate representation of color #7D05E5: hue angle of 272.14º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D05E5 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 5 | 229 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.10 |
| HSL | 272.14º | 0.96% | 0.46% | - |
| HSV(B) | 272.14º | 0.98% | 0.9% | - |
| XYZ | 22.65 | 10.13 | 74.89 | - |
| YUV | 66.42 | 219.76 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 229 | 0.45 | 0.98 | 0 | 0.10 | 272.14 | 0.96 | 0.46 |
| Hex | 7D | 5 | E5 | 2D | 62 | 0 | A | 110 | 60 | 2E |
| Octal | 175 | 5 | 345 | 55 | 142 | 0 | 12 | 420 | 140 | 56 |
| Binary | 1111101 | 101 | 11100101 | 101101 | 1100010 | 0 | 1010 | 100010000 | 1100000 | 101110 |
Color Harmonies of #7D05E5
Complementary color
Monochromatic Colors of #7D05E5
Black with #7D05E5
Text Example
Text Example
White with #7D05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D05E5; }
p { color: rgb(125,5,229); }
H1.HeaderClassName
{
color: #7D05E5;
}
.AnyTagClassName
{
color: #7D05E5;
}
</style>
background-color css
<style>
a { background-color: #7D05E5; }
a { background-color: rgb(125,5,229); }
div.DivClassName
{
background-color: #7D05E5;
}
.BgClassName
{
background-color: #7D05E5;
}
</style>
border-color css
<style>
span { border-color: #7D05E5; }
span { border-color: rgb(125,5,229); }
td.TdClassName
{
border-color: #7D05E5;
}
.TagClassName
{
border-color: #7D05E5;
}
</style>