Shades of Blue Violet #7D1BE3
Tints of Blue Violet #7D1BE3
RGB
CMYK
RGB Variations
Color information
#7D1BE3 (or 0x7D1BE3) is known color: Blue Violet. HEX triplet: 7D, 1B and E3. RGB value is (125,27,227). Sum of RGB (Red+Green+Blue) = 125+27+227=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 227 (89.06% from 255 or 59.89% from 379); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D1BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BE3 is #82E41C. Grayscale: #4E4E4E. Windows color (decimal): -8578077 or 14883709. OLE color: 14883709.
HSL color Cylindrical-coordinate representation of color #7D1BE3: hue angle of 269.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1BE3 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 27 | 227 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.11 |
| HSL | 269.4º | 0.79% | 0.5% | - |
| HSV(B) | 269.4º | 0.88% | 0.89% | - |
| XYZ | 22.71 | 10.69 | 73.54 | - |
| YUV | 79.1 | 211.47 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 227 | 0.45 | 0.88 | 0 | 0.11 | 269.4 | 0.79 | 0.5 |
| Hex | 7D | 1B | E3 | 2D | 58 | 0 | B | 10D | 4F | 32 |
| Octal | 175 | 33 | 343 | 55 | 130 | 0 | 13 | 415 | 117 | 62 |
| Binary | 1111101 | 11011 | 11100011 | 101101 | 1011000 | 0 | 1011 | 100001101 | 1001111 | 110010 |
Color Harmonies of #7D1BE3
Complementary color
Monochromatic Colors of #7D1BE3
Black with #7D1BE3
Text Example
Text Example
White with #7D1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BE3; }
p { color: rgb(125,27,227); }
H1.HeaderClassName
{
color: #7D1BE3;
}
.AnyTagClassName
{
color: #7D1BE3;
}
</style>
background-color css
<style>
a { background-color: #7D1BE3; }
a { background-color: rgb(125,27,227); }
div.DivClassName
{
background-color: #7D1BE3;
}
.BgClassName
{
background-color: #7D1BE3;
}
</style>
border-color css
<style>
span { border-color: #7D1BE3; }
span { border-color: rgb(125,27,227); }
td.TdClassName
{
border-color: #7D1BE3;
}
.TagClassName
{
border-color: #7D1BE3;
}
</style>