Shades of Blue Violet #7D40FE
Tints of Blue Violet #7D40FE
RGB
CMYK
RGB Variations
Color information
#7D40FE (or 0x7D40FE) is known color: Blue Violet. HEX triplet: 7D, 40 and FE. RGB value is (125,64,254). Sum of RGB (Red+Green+Blue) = 125+64+254=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D40FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40FE is #82BF01. Grayscale: #676767. Windows color (decimal): -8568578 or 16662653. OLE color: 16662653.
HSL color Cylindrical-coordinate representation of color #7D40FE: hue angle of 259.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D40FE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 64 | 254 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.00 |
| HSL | 259.26º | 0.99% | 0.62% | - |
| HSV(B) | 259.26º | 0.75% | 1% | - |
| XYZ | 28.18 | 15.18 | 95.21 | - |
| YUV | 103.9 | 212.71 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 254 | 0.51 | 0.75 | 0 | 0.00 | 259.26 | 0.99 | 0.62 |
| Hex | 7D | 40 | FE | 33 | 4B | 0 | 0 | 103 | 63 | 3E |
| Octal | 175 | 100 | 376 | 63 | 113 | 0 | 0 | 403 | 143 | 76 |
| Binary | 1111101 | 1000000 | 11111110 | 110011 | 1001011 | 0 | 0 | 100000011 | 1100011 | 111110 |
Color Harmonies of #7D40FE
Complementary color
Monochromatic Colors of #7D40FE
Black with #7D40FE
Text Example
Text Example
White with #7D40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D40FE; }
p { color: rgb(125,64,254); }
H1.HeaderClassName
{
color: #7D40FE;
}
.AnyTagClassName
{
color: #7D40FE;
}
</style>
background-color css
<style>
a { background-color: #7D40FE; }
a { background-color: rgb(125,64,254); }
div.DivClassName
{
background-color: #7D40FE;
}
.BgClassName
{
background-color: #7D40FE;
}
</style>
border-color css
<style>
span { border-color: #7D40FE; }
span { border-color: rgb(125,64,254); }
td.TdClassName
{
border-color: #7D40FE;
}
.TagClassName
{
border-color: #7D40FE;
}
</style>