Shades of Blue Violet #7D2BEF
Tints of Blue Violet #7D2BEF
RGB
CMYK
RGB Variations
Color information
#7D2BEF (or 0x7D2BEF) is known color: Blue Violet. HEX triplet: 7D, 2B and EF. RGB value is (125,43,239). Sum of RGB (Red+Green+Blue) = 125+43+239=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D2BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2BEF is #82D410. Grayscale: #595959. Windows color (decimal): -8573969 or 15674237. OLE color: 15674237.
HSL color Cylindrical-coordinate representation of color #7D2BEF: hue angle of 265.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2BEF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 43 | 239 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.06 |
| HSL | 265.1º | 0.86% | 0.55% | - |
| HSV(B) | 265.1º | 0.82% | 0.94% | - |
| XYZ | 24.9 | 12.32 | 82.73 | - |
| YUV | 89.86 | 212.17 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 239 | 0.48 | 0.82 | 0 | 0.06 | 265.1 | 0.86 | 0.55 |
| Hex | 7D | 2B | EF | 30 | 52 | 0 | 6 | 109 | 56 | 37 |
| Octal | 175 | 53 | 357 | 60 | 122 | 0 | 6 | 411 | 126 | 67 |
| Binary | 1111101 | 101011 | 11101111 | 110000 | 1010010 | 0 | 110 | 100001001 | 1010110 | 110111 |
Color Harmonies of #7D2BEF
Complementary color
Monochromatic Colors of #7D2BEF
Black with #7D2BEF
Text Example
Text Example
White with #7D2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2BEF; }
p { color: rgb(125,43,239); }
H1.HeaderClassName
{
color: #7D2BEF;
}
.AnyTagClassName
{
color: #7D2BEF;
}
</style>
background-color css
<style>
a { background-color: #7D2BEF; }
a { background-color: rgb(125,43,239); }
div.DivClassName
{
background-color: #7D2BEF;
}
.BgClassName
{
background-color: #7D2BEF;
}
</style>
border-color css
<style>
span { border-color: #7D2BEF; }
span { border-color: rgb(125,43,239); }
td.TdClassName
{
border-color: #7D2BEF;
}
.TagClassName
{
border-color: #7D2BEF;
}
</style>