Shades of Blue Violet #7D3EEB
Tints of Blue Violet #7D3EEB
RGB
CMYK
RGB Variations
Color information
#7D3EEB (or 0x7D3EEB) is known color: Blue Violet. HEX triplet: 7D, 3E and EB. RGB value is (125,62,235). Sum of RGB (Red+Green+Blue) = 125+62+235=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D3EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3EEB is #82C114. Grayscale: #636363. Windows color (decimal): -8569109 or 15416957. OLE color: 15416957.
HSL color Cylindrical-coordinate representation of color #7D3EEB: hue angle of 261.85º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3EEB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 62 | 235 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.08 |
| HSL | 261.85º | 0.81% | 0.58% | - |
| HSV(B) | 261.85º | 0.74% | 0.92% | - |
| XYZ | 25.18 | 13.8 | 79.93 | - |
| YUV | 100.56 | 203.87 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 235 | 0.47 | 0.74 | 0 | 0.08 | 261.85 | 0.81 | 0.58 |
| Hex | 7D | 3E | EB | 2F | 4A | 0 | 8 | 106 | 51 | 3A |
| Octal | 175 | 76 | 353 | 57 | 112 | 0 | 10 | 406 | 121 | 72 |
| Binary | 1111101 | 111110 | 11101011 | 101111 | 1001010 | 0 | 1000 | 100000110 | 1010001 | 111010 |
Color Harmonies of #7D3EEB
Complementary color
Monochromatic Colors of #7D3EEB
Black with #7D3EEB
Text Example
Text Example
White with #7D3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EEB; }
p { color: rgb(125,62,235); }
H1.HeaderClassName
{
color: #7D3EEB;
}
.AnyTagClassName
{
color: #7D3EEB;
}
</style>
background-color css
<style>
a { background-color: #7D3EEB; }
a { background-color: rgb(125,62,235); }
div.DivClassName
{
background-color: #7D3EEB;
}
.BgClassName
{
background-color: #7D3EEB;
}
</style>
border-color css
<style>
span { border-color: #7D3EEB; }
span { border-color: rgb(125,62,235); }
td.TdClassName
{
border-color: #7D3EEB;
}
.TagClassName
{
border-color: #7D3EEB;
}
</style>