Shades of Blue Violet #7D3CEF
Tints of Blue Violet #7D3CEF
RGB
CMYK
RGB Variations
Color information
#7D3CEF (or 0x7D3CEF) is known color: Blue Violet. HEX triplet: 7D, 3C and EF. RGB value is (125,60,239). Sum of RGB (Red+Green+Blue) = 125+60+239=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3CEF is #82C310. Grayscale: #636363. Windows color (decimal): -8569617 or 15678589. OLE color: 15678589.
HSL color Cylindrical-coordinate representation of color #7D3CEF: hue angle of 261.79º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D3CEF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 60 | 239 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.06 |
| HSL | 261.79º | 0.85% | 0.59% | - |
| HSV(B) | 261.79º | 0.75% | 0.94% | - |
| XYZ | 25.65 | 13.82 | 82.98 | - |
| YUV | 99.84 | 206.53 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 239 | 0.48 | 0.75 | 0 | 0.06 | 261.79 | 0.85 | 0.59 |
| Hex | 7D | 3C | EF | 30 | 4B | 0 | 6 | 106 | 55 | 3B |
| Octal | 175 | 74 | 357 | 60 | 113 | 0 | 6 | 406 | 125 | 73 |
| Binary | 1111101 | 111100 | 11101111 | 110000 | 1001011 | 0 | 110 | 100000110 | 1010101 | 111011 |
Color Harmonies of #7D3CEF
Complementary color
Monochromatic Colors of #7D3CEF
Black with #7D3CEF
Text Example
Text Example
White with #7D3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3CEF; }
p { color: rgb(125,60,239); }
H1.HeaderClassName
{
color: #7D3CEF;
}
.AnyTagClassName
{
color: #7D3CEF;
}
</style>
background-color css
<style>
a { background-color: #7D3CEF; }
a { background-color: rgb(125,60,239); }
div.DivClassName
{
background-color: #7D3CEF;
}
.BgClassName
{
background-color: #7D3CEF;
}
</style>
border-color css
<style>
span { border-color: #7D3CEF; }
span { border-color: rgb(125,60,239); }
td.TdClassName
{
border-color: #7D3CEF;
}
.TagClassName
{
border-color: #7D3CEF;
}
</style>