Shades of Blue Violet #7520D8
Tints of Blue Violet #7520D8
RGB
CMYK
RGB Variations
Color information
#7520D8 (or 0x7520D8) is known color: Blue Violet. HEX triplet: 75, 20 and D8. RGB value is (117,32,216). Sum of RGB (Red+Green+Blue) = 117+32+216=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #7520D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520D8 is #8ADF27. Grayscale: #4D4D4D. Windows color (decimal): -9101096 or 14164085. OLE color: 14164085.
HSL color Cylindrical-coordinate representation of color #7520D8: hue angle of 267.72º 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 #7520D8 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 32 | 216 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.15 |
| HSL | 267.72º | 0.74% | 0.49% | - |
| HSV(B) | 267.72º | 0.85% | 0.85% | - |
| XYZ | 20.25 | 9.77 | 65.78 | - |
| YUV | 78.39 | 205.66 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 216 | 0.46 | 0.85 | 0 | 0.15 | 267.72 | 0.74 | 0.49 |
| Hex | 75 | 20 | D8 | 2E | 55 | 0 | F | 10C | 4A | 31 |
| Octal | 165 | 40 | 330 | 56 | 125 | 0 | 17 | 414 | 112 | 61 |
| Binary | 1110101 | 100000 | 11011000 | 101110 | 1010101 | 0 | 1111 | 100001100 | 1001010 | 110001 |
Color Harmonies of #7520D8
Complementary color
Monochromatic Colors of #7520D8
Black with #7520D8
Text Example
Text Example
White with #7520D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520D8; }
p { color: rgb(117,32,216); }
H1.HeaderClassName
{
color: #7520D8;
}
.AnyTagClassName
{
color: #7520D8;
}
</style>
background-color css
<style>
a { background-color: #7520D8; }
a { background-color: rgb(117,32,216); }
div.DivClassName
{
background-color: #7520D8;
}
.BgClassName
{
background-color: #7520D8;
}
</style>
border-color css
<style>
span { border-color: #7520D8; }
span { border-color: rgb(117,32,216); }
td.TdClassName
{
border-color: #7520D8;
}
.TagClassName
{
border-color: #7520D8;
}
</style>