Shades of Blue Violet #7D0DE5
Tints of Blue Violet #7D0DE5
RGB
CMYK
RGB Variations
Color information
#7D0DE5 (or 0x7D0DE5) is known color: Blue Violet. HEX triplet: 7D, 0D and E5. RGB value is (125,13,229). Sum of RGB (Red+Green+Blue) = 125+13+229=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D0DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DE5 is #82F21A. Grayscale: #464646. Windows color (decimal): -8581659 or 15011197. OLE color: 15011197.
HSL color Cylindrical-coordinate representation of color #7D0DE5: hue angle of 271.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0DE5 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 13 | 229 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.10 |
| HSL | 271.11º | 0.89% | 0.47% | - |
| HSV(B) | 271.11º | 0.94% | 0.9% | - |
| XYZ | 22.74 | 10.3 | 74.92 | - |
| YUV | 71.11 | 217.11 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 229 | 0.45 | 0.94 | 0 | 0.10 | 271.11 | 0.89 | 0.47 |
| Hex | 7D | D | E5 | 2D | 5E | 0 | A | 10F | 59 | 2F |
| Octal | 175 | 15 | 345 | 55 | 136 | 0 | 12 | 417 | 131 | 57 |
| Binary | 1111101 | 1101 | 11100101 | 101101 | 1011110 | 0 | 1010 | 100001111 | 1011001 | 101111 |
Color Harmonies of #7D0DE5
Complementary color
Monochromatic Colors of #7D0DE5
Black with #7D0DE5
Text Example
Text Example
White with #7D0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DE5; }
p { color: rgb(125,13,229); }
H1.HeaderClassName
{
color: #7D0DE5;
}
.AnyTagClassName
{
color: #7D0DE5;
}
</style>
background-color css
<style>
a { background-color: #7D0DE5; }
a { background-color: rgb(125,13,229); }
div.DivClassName
{
background-color: #7D0DE5;
}
.BgClassName
{
background-color: #7D0DE5;
}
</style>
border-color css
<style>
span { border-color: #7D0DE5; }
span { border-color: rgb(125,13,229); }
td.TdClassName
{
border-color: #7D0DE5;
}
.TagClassName
{
border-color: #7D0DE5;
}
</style>