Shades of Blue Violet #7D32DC
Tints of Blue Violet #7D32DC
RGB
CMYK
RGB Variations
Color information
#7D32DC (or 0x7D32DC) is known color: Blue Violet. HEX triplet: 7D, 32 and DC. RGB value is (125,50,220). Sum of RGB (Red+Green+Blue) = 125+50+220=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D32DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D32DC is #82CD23. Grayscale: #5B5B5B. Windows color (decimal): -8572196 or 14430845. OLE color: 14430845.
HSL color Cylindrical-coordinate representation of color #7D32DC: hue angle of 266.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D32DC is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 50 | 220 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.14 |
| HSL | 266.47º | 0.71% | 0.53% | - |
| HSV(B) | 266.47º | 0.77% | 0.86% | - |
| XYZ | 22.52 | 11.81 | 68.8 | - |
| YUV | 91.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 220 | 0.43 | 0.77 | 0 | 0.14 | 266.47 | 0.71 | 0.53 |
| Hex | 7D | 32 | DC | 2B | 4D | 0 | E | 10A | 47 | 35 |
| Octal | 175 | 62 | 334 | 53 | 115 | 0 | 16 | 412 | 107 | 65 |
| Binary | 1111101 | 110010 | 11011100 | 101011 | 1001101 | 0 | 1110 | 100001010 | 1000111 | 110101 |
Color Harmonies of #7D32DC
Complementary color
Monochromatic Colors of #7D32DC
Black with #7D32DC
Text Example
Text Example
White with #7D32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D32DC; }
p { color: rgb(125,50,220); }
H1.HeaderClassName
{
color: #7D32DC;
}
.AnyTagClassName
{
color: #7D32DC;
}
</style>
background-color css
<style>
a { background-color: #7D32DC; }
a { background-color: rgb(125,50,220); }
div.DivClassName
{
background-color: #7D32DC;
}
.BgClassName
{
background-color: #7D32DC;
}
</style>
border-color css
<style>
span { border-color: #7D32DC; }
span { border-color: rgb(125,50,220); }
td.TdClassName
{
border-color: #7D32DC;
}
.TagClassName
{
border-color: #7D32DC;
}
</style>