Shades of Blue Violet #7D0EDF
Tints of Blue Violet #7D0EDF
RGB
CMYK
RGB Variations
Color information
#7D0EDF (or 0x7D0EDF) is known color: Blue Violet. HEX triplet: 7D, 0E and DF. RGB value is (125,14,223). Sum of RGB (Red+Green+Blue) = 125+14+223=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D0EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EDF is #82F120. Grayscale: #464646. Windows color (decimal): -8581409 or 14618237. OLE color: 14618237.
HSL color Cylindrical-coordinate representation of color #7D0EDF: hue angle of 271.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0EDF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 14 | 223 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.13 |
| HSL | 271.87º | 0.88% | 0.46% | - |
| HSV(B) | 271.87º | 0.94% | 0.87% | - |
| XYZ | 21.93 | 10 | 70.59 | - |
| YUV | 71.02 | 213.77 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 223 | 0.44 | 0.94 | 0 | 0.13 | 271.87 | 0.88 | 0.46 |
| Hex | 7D | E | DF | 2C | 5E | 0 | D | 110 | 58 | 2E |
| Octal | 175 | 16 | 337 | 54 | 136 | 0 | 15 | 420 | 130 | 56 |
| Binary | 1111101 | 1110 | 11011111 | 101100 | 1011110 | 0 | 1101 | 100010000 | 1011000 | 101110 |
Color Harmonies of #7D0EDF
Complementary color
Monochromatic Colors of #7D0EDF
Black with #7D0EDF
Text Example
Text Example
White with #7D0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0EDF; }
p { color: rgb(125,14,223); }
H1.HeaderClassName
{
color: #7D0EDF;
}
.AnyTagClassName
{
color: #7D0EDF;
}
</style>
background-color css
<style>
a { background-color: #7D0EDF; }
a { background-color: rgb(125,14,223); }
div.DivClassName
{
background-color: #7D0EDF;
}
.BgClassName
{
background-color: #7D0EDF;
}
</style>
border-color css
<style>
span { border-color: #7D0EDF; }
span { border-color: rgb(125,14,223); }
td.TdClassName
{
border-color: #7D0EDF;
}
.TagClassName
{
border-color: #7D0EDF;
}
</style>