Shades of Blue Violet #7D3EFA
Tints of Blue Violet #7D3EFA
RGB
CMYK
RGB Variations
Color information
#7D3EFA (or 0x7D3EFA) is known color: Blue Violet. HEX triplet: 7D, 3E and FA. RGB value is (125,62,250). Sum of RGB (Red+Green+Blue) = 125+62+250=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3EFA is #82C105. Grayscale: #656565. Windows color (decimal): -8569094 or 16399997. OLE color: 16399997.
HSL color Cylindrical-coordinate representation of color #7D3EFA: hue angle of 260.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D3EFA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 62 | 250 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.02 |
| HSL | 260.11º | 0.95% | 0.61% | - |
| HSV(B) | 260.11º | 0.75% | 0.98% | - |
| XYZ | 27.44 | 14.71 | 91.84 | - |
| YUV | 102.27 | 211.37 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 250 | 0.50 | 0.75 | 0 | 0.02 | 260.11 | 0.95 | 0.61 |
| Hex | 7D | 3E | FA | 32 | 4B | 0 | 2 | 104 | 5F | 3D |
| Octal | 175 | 76 | 372 | 62 | 113 | 0 | 2 | 404 | 137 | 75 |
| Binary | 1111101 | 111110 | 11111010 | 110010 | 1001011 | 0 | 10 | 100000100 | 1011111 | 111101 |
Color Harmonies of #7D3EFA
Complementary color
Monochromatic Colors of #7D3EFA
Black with #7D3EFA
Text Example
Text Example
White with #7D3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EFA; }
p { color: rgb(125,62,250); }
H1.HeaderClassName
{
color: #7D3EFA;
}
.AnyTagClassName
{
color: #7D3EFA;
}
</style>
background-color css
<style>
a { background-color: #7D3EFA; }
a { background-color: rgb(125,62,250); }
div.DivClassName
{
background-color: #7D3EFA;
}
.BgClassName
{
background-color: #7D3EFA;
}
</style>
border-color css
<style>
span { border-color: #7D3EFA; }
span { border-color: rgb(125,62,250); }
td.TdClassName
{
border-color: #7D3EFA;
}
.TagClassName
{
border-color: #7D3EFA;
}
</style>