Shades of Blue Violet #7D32FD
Tints of Blue Violet #7D32FD
RGB
CMYK
RGB Variations
Color information
#7D32FD (or 0x7D32FD) is known color: Blue Violet. HEX triplet: 7D, 32 and FD. RGB value is (125,50,253). Sum of RGB (Red+Green+Blue) = 125+50+253=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D32FD is #82CD02. Grayscale: #5E5E5E. Windows color (decimal): -8572163 or 16593533. OLE color: 16593533.
HSL color Cylindrical-coordinate representation of color #7D32FD: hue angle of 262.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D32FD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 50 | 253 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.01 |
| HSL | 262.17º | 0.98% | 0.59% | - |
| HSV(B) | 262.17º | 0.8% | 0.99% | - |
| XYZ | 27.33 | 13.73 | 94.14 | - |
| YUV | 95.57 | 216.85 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 253 | 0.51 | 0.80 | 0 | 0.01 | 262.17 | 0.98 | 0.59 |
| Hex | 7D | 32 | FD | 33 | 50 | 0 | 1 | 106 | 62 | 3B |
| Octal | 175 | 62 | 375 | 63 | 120 | 0 | 1 | 406 | 142 | 73 |
| Binary | 1111101 | 110010 | 11111101 | 110011 | 1010000 | 0 | 1 | 100000110 | 1100010 | 111011 |
Color Harmonies of #7D32FD
Complementary color
Monochromatic Colors of #7D32FD
Black with #7D32FD
Text Example
Text Example
White with #7D32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D32FD; }
p { color: rgb(125,50,253); }
H1.HeaderClassName
{
color: #7D32FD;
}
.AnyTagClassName
{
color: #7D32FD;
}
</style>
background-color css
<style>
a { background-color: #7D32FD; }
a { background-color: rgb(125,50,253); }
div.DivClassName
{
background-color: #7D32FD;
}
.BgClassName
{
background-color: #7D32FD;
}
</style>
border-color css
<style>
span { border-color: #7D32FD; }
span { border-color: rgb(125,50,253); }
td.TdClassName
{
border-color: #7D32FD;
}
.TagClassName
{
border-color: #7D32FD;
}
</style>