Shades of Dark Violet #7D08E5
Tints of Dark Violet #7D08E5
RGB
CMYK
RGB Variations
Color information
#7D08E5 (or 0x7D08E5) is known color: Dark Violet. HEX triplet: 7D, 08 and E5. RGB value is (125,8,229). Sum of RGB (Red+Green+Blue) = 125+8+229=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D08E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08E5 is #82F71A. Grayscale: #434343. Windows color (decimal): -8582939 or 15009917. OLE color: 15009917.
HSL color Cylindrical-coordinate representation of color #7D08E5: hue angle of 271.76º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D08E5 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 8 | 229 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.10 |
| HSL | 271.76º | 0.93% | 0.46% | - |
| HSV(B) | 271.76º | 0.97% | 0.9% | - |
| XYZ | 22.69 | 10.19 | 74.9 | - |
| YUV | 68.18 | 218.76 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 229 | 0.45 | 0.97 | 0 | 0.10 | 271.76 | 0.93 | 0.46 |
| Hex | 7D | 8 | E5 | 2D | 61 | 0 | A | 110 | 5D | 2E |
| Octal | 175 | 10 | 345 | 55 | 141 | 0 | 12 | 420 | 135 | 56 |
| Binary | 1111101 | 1000 | 11100101 | 101101 | 1100001 | 0 | 1010 | 100010000 | 1011101 | 101110 |
Color Harmonies of #7D08E5
Complementary color
Monochromatic Colors of #7D08E5
Black with #7D08E5
Text Example
Text Example
White with #7D08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08E5; }
p { color: rgb(125,8,229); }
H1.HeaderClassName
{
color: #7D08E5;
}
.AnyTagClassName
{
color: #7D08E5;
}
</style>
background-color css
<style>
a { background-color: #7D08E5; }
a { background-color: rgb(125,8,229); }
div.DivClassName
{
background-color: #7D08E5;
}
.BgClassName
{
background-color: #7D08E5;
}
</style>
border-color css
<style>
span { border-color: #7D08E5; }
span { border-color: rgb(125,8,229); }
td.TdClassName
{
border-color: #7D08E5;
}
.TagClassName
{
border-color: #7D08E5;
}
</style>