Shades of Blue Violet #7D0BE7
Tints of Blue Violet #7D0BE7
RGB
CMYK
RGB Variations
Color information
#7D0BE7 (or 0x7D0BE7) is known color: Blue Violet. HEX triplet: 7D, 0B and E7. RGB value is (125,11,231). Sum of RGB (Red+Green+Blue) = 125+11+231=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D0BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0BE7 is #82F418. Grayscale: #454545. Windows color (decimal): -8582169 or 15141757. OLE color: 15141757.
HSL color Cylindrical-coordinate representation of color #7D0BE7: hue angle of 271.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BE7 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 11 | 231 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.09 |
| HSL | 271.09º | 0.91% | 0.47% | - |
| HSV(B) | 271.09º | 0.95% | 0.91% | - |
| XYZ | 23 | 10.37 | 76.39 | - |
| YUV | 70.17 | 218.77 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 231 | 0.46 | 0.95 | 0 | 0.09 | 271.09 | 0.91 | 0.47 |
| Hex | 7D | B | E7 | 2E | 5F | 0 | 9 | 10F | 5B | 2F |
| Octal | 175 | 13 | 347 | 56 | 137 | 0 | 11 | 417 | 133 | 57 |
| Binary | 1111101 | 1011 | 11100111 | 101110 | 1011111 | 0 | 1001 | 100001111 | 1011011 | 101111 |
Color Harmonies of #7D0BE7
Complementary color
Monochromatic Colors of #7D0BE7
Black with #7D0BE7
Text Example
Text Example
White with #7D0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BE7; }
p { color: rgb(125,11,231); }
H1.HeaderClassName
{
color: #7D0BE7;
}
.AnyTagClassName
{
color: #7D0BE7;
}
</style>
background-color css
<style>
a { background-color: #7D0BE7; }
a { background-color: rgb(125,11,231); }
div.DivClassName
{
background-color: #7D0BE7;
}
.BgClassName
{
background-color: #7D0BE7;
}
</style>
border-color css
<style>
span { border-color: #7D0BE7; }
span { border-color: rgb(125,11,231); }
td.TdClassName
{
border-color: #7D0BE7;
}
.TagClassName
{
border-color: #7D0BE7;
}
</style>