Shades of Blue Violet #7D32CD
Tints of Blue Violet #7D32CD
RGB
CMYK
RGB Variations
Color information
#7D32CD (or 0x7D32CD) is known color: Blue Violet. HEX triplet: 7D, 32 and CD. RGB value is (125,50,205). Sum of RGB (Red+Green+Blue) = 125+50+205=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D32CD is #82CD32. Grayscale: #595959. Windows color (decimal): -8572211 or 13447805. OLE color: 13447805.
HSL color Cylindrical-coordinate representation of color #7D32CD: hue angle of 269.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D32CD is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 50 | 205 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.20 |
| HSL | 269.03º | 0.61% | 0.5% | - |
| HSV(B) | 269.03º | 0.76% | 0.8% | - |
| XYZ | 20.62 | 11.05 | 58.8 | - |
| YUV | 90.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 205 | 0.39 | 0.76 | 0 | 0.20 | 269.03 | 0.61 | 0.5 |
| Hex | 7D | 32 | CD | 27 | 4C | 0 | 14 | 10D | 3D | 32 |
| Octal | 175 | 62 | 315 | 47 | 114 | 0 | 24 | 415 | 75 | 62 |
| Binary | 1111101 | 110010 | 11001101 | 100111 | 1001100 | 0 | 10100 | 100001101 | 111101 | 110010 |
Color Harmonies of #7D32CD
Complementary color
Monochromatic Colors of #7D32CD
Black with #7D32CD
Text Example
Text Example
White with #7D32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D32CD; }
p { color: rgb(125,50,205); }
H1.HeaderClassName
{
color: #7D32CD;
}
.AnyTagClassName
{
color: #7D32CD;
}
</style>
background-color css
<style>
a { background-color: #7D32CD; }
a { background-color: rgb(125,50,205); }
div.DivClassName
{
background-color: #7D32CD;
}
.BgClassName
{
background-color: #7D32CD;
}
</style>
border-color css
<style>
span { border-color: #7D32CD; }
span { border-color: rgb(125,50,205); }
td.TdClassName
{
border-color: #7D32CD;
}
.TagClassName
{
border-color: #7D32CD;
}
</style>