Shades of Blue Violet #7520D9
Tints of Blue Violet #7520D9
RGB
CMYK
RGB Variations
Color information
#7520D9 (or 0x7520D9) is known color: Blue Violet. HEX triplet: 75, 20 and D9. RGB value is (117,32,217). Sum of RGB (Red+Green+Blue) = 117+32+217=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #7520D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520D9 is #8ADF26. Grayscale: #4D4D4D. Windows color (decimal): -9101095 or 14229621. OLE color: 14229621.
HSL color Cylindrical-coordinate representation of color #7520D9: hue angle of 267.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7520D9 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 32 | 217 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.15 |
| HSL | 267.57º | 0.74% | 0.49% | - |
| HSV(B) | 267.57º | 0.85% | 0.85% | - |
| XYZ | 20.38 | 9.82 | 66.47 | - |
| YUV | 78.51 | 206.16 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 217 | 0.46 | 0.85 | 0 | 0.15 | 267.57 | 0.74 | 0.49 |
| Hex | 75 | 20 | D9 | 2E | 55 | 0 | F | 10C | 4A | 31 |
| Octal | 165 | 40 | 331 | 56 | 125 | 0 | 17 | 414 | 112 | 61 |
| Binary | 1110101 | 100000 | 11011001 | 101110 | 1010101 | 0 | 1111 | 100001100 | 1001010 | 110001 |
Color Harmonies of #7520D9
Complementary color
Monochromatic Colors of #7520D9
Black with #7520D9
Text Example
Text Example
White with #7520D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520D9; }
p { color: rgb(117,32,217); }
H1.HeaderClassName
{
color: #7520D9;
}
.AnyTagClassName
{
color: #7520D9;
}
</style>
background-color css
<style>
a { background-color: #7520D9; }
a { background-color: rgb(117,32,217); }
div.DivClassName
{
background-color: #7520D9;
}
.BgClassName
{
background-color: #7520D9;
}
</style>
border-color css
<style>
span { border-color: #7520D9; }
span { border-color: rgb(117,32,217); }
td.TdClassName
{
border-color: #7520D9;
}
.TagClassName
{
border-color: #7520D9;
}
</style>