Shades of Blue Violet #7D3BEA
Tints of Blue Violet #7D3BEA
RGB
CMYK
RGB Variations
Color information
#7D3BEA (or 0x7D3BEA) is known color: Blue Violet. HEX triplet: 7D, 3B and EA. RGB value is (125,59,234). Sum of RGB (Red+Green+Blue) = 125+59+234=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3BEA is #82C415. Grayscale: #626262. Windows color (decimal): -8569878 or 15350653. OLE color: 15350653.
HSL color Cylindrical-coordinate representation of color #7D3BEA: hue angle of 262.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D3BEA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 59 | 234 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.08 |
| HSL | 262.63º | 0.81% | 0.57% | - |
| HSV(B) | 262.63º | 0.75% | 0.92% | - |
| XYZ | 24.87 | 13.43 | 79.12 | - |
| YUV | 98.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 234 | 0.47 | 0.75 | 0 | 0.08 | 262.63 | 0.81 | 0.57 |
| Hex | 7D | 3B | EA | 2F | 4B | 0 | 8 | 107 | 51 | 39 |
| Octal | 175 | 73 | 352 | 57 | 113 | 0 | 10 | 407 | 121 | 71 |
| Binary | 1111101 | 111011 | 11101010 | 101111 | 1001011 | 0 | 1000 | 100000111 | 1010001 | 111001 |
Color Harmonies of #7D3BEA
Complementary color
Monochromatic Colors of #7D3BEA
Black with #7D3BEA
Text Example
Text Example
White with #7D3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BEA; }
p { color: rgb(125,59,234); }
H1.HeaderClassName
{
color: #7D3BEA;
}
.AnyTagClassName
{
color: #7D3BEA;
}
</style>
background-color css
<style>
a { background-color: #7D3BEA; }
a { background-color: rgb(125,59,234); }
div.DivClassName
{
background-color: #7D3BEA;
}
.BgClassName
{
background-color: #7D3BEA;
}
</style>
border-color css
<style>
span { border-color: #7D3BEA; }
span { border-color: rgb(125,59,234); }
td.TdClassName
{
border-color: #7D3BEA;
}
.TagClassName
{
border-color: #7D3BEA;
}
</style>