Shades of Blue Violet #7D39E6
Tints of Blue Violet #7D39E6
RGB
CMYK
RGB Variations
Color information
#7D39E6 (or 0x7D39E6) is known color: Blue Violet. HEX triplet: 7D, 39 and E6. RGB value is (125,57,230). Sum of RGB (Red+Green+Blue) = 125+57+230=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D39E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D39E6 is #82C619. Grayscale: #606060. Windows color (decimal): -8570394 or 15087997. OLE color: 15087997.
HSL color Cylindrical-coordinate representation of color #7D39E6: hue angle of 263.58º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D39E6 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 57 | 230 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.10 |
| HSL | 263.58º | 0.78% | 0.56% | - |
| HSV(B) | 263.58º | 0.75% | 0.9% | - |
| XYZ | 24.2 | 13 | 76.1 | - |
| YUV | 97.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 230 | 0.46 | 0.75 | 0 | 0.10 | 263.58 | 0.78 | 0.56 |
| Hex | 7D | 39 | E6 | 2E | 4B | 0 | A | 108 | 4E | 38 |
| Octal | 175 | 71 | 346 | 56 | 113 | 0 | 12 | 410 | 116 | 70 |
| Binary | 1111101 | 111001 | 11100110 | 101110 | 1001011 | 0 | 1010 | 100001000 | 1001110 | 111000 |
Color Harmonies of #7D39E6
Complementary color
Monochromatic Colors of #7D39E6
Black with #7D39E6
Text Example
Text Example
White with #7D39E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D39E6; }
p { color: rgb(125,57,230); }
H1.HeaderClassName
{
color: #7D39E6;
}
.AnyTagClassName
{
color: #7D39E6;
}
</style>
background-color css
<style>
a { background-color: #7D39E6; }
a { background-color: rgb(125,57,230); }
div.DivClassName
{
background-color: #7D39E6;
}
.BgClassName
{
background-color: #7D39E6;
}
</style>
border-color css
<style>
span { border-color: #7D39E6; }
span { border-color: rgb(125,57,230); }
td.TdClassName
{
border-color: #7D39E6;
}
.TagClassName
{
border-color: #7D39E6;
}
</style>