Shades of Blue Violet #7D3FEF
Tints of Blue Violet #7D3FEF
RGB
CMYK
RGB Variations
Color information
#7D3FEF (or 0x7D3FEF) is known color: Blue Violet. HEX triplet: 7D, 3F and EF. RGB value is (125,63,239). Sum of RGB (Red+Green+Blue) = 125+63+239=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D3FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FEF is #82C010. Grayscale: #646464. Windows color (decimal): -8568849 or 15679357. OLE color: 15679357.
HSL color Cylindrical-coordinate representation of color #7D3FEF: hue angle of 261.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3FEF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 63 | 239 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.06 |
| HSL | 261.14º | 0.85% | 0.59% | - |
| HSV(B) | 261.14º | 0.74% | 0.94% | - |
| XYZ | 25.81 | 14.15 | 83.03 | - |
| YUV | 101.6 | 205.54 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 239 | 0.48 | 0.74 | 0 | 0.06 | 261.14 | 0.85 | 0.59 |
| Hex | 7D | 3F | EF | 30 | 4A | 0 | 6 | 105 | 55 | 3B |
| Octal | 175 | 77 | 357 | 60 | 112 | 0 | 6 | 405 | 125 | 73 |
| Binary | 1111101 | 111111 | 11101111 | 110000 | 1001010 | 0 | 110 | 100000101 | 1010101 | 111011 |
Color Harmonies of #7D3FEF
Complementary color
Monochromatic Colors of #7D3FEF
Black with #7D3FEF
Text Example
Text Example
White with #7D3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FEF; }
p { color: rgb(125,63,239); }
H1.HeaderClassName
{
color: #7D3FEF;
}
.AnyTagClassName
{
color: #7D3FEF;
}
</style>
background-color css
<style>
a { background-color: #7D3FEF; }
a { background-color: rgb(125,63,239); }
div.DivClassName
{
background-color: #7D3FEF;
}
.BgClassName
{
background-color: #7D3FEF;
}
</style>
border-color css
<style>
span { border-color: #7D3FEF; }
span { border-color: rgb(125,63,239); }
td.TdClassName
{
border-color: #7D3FEF;
}
.TagClassName
{
border-color: #7D3FEF;
}
</style>