Shades of Blue Violet #7520DB
Tints of Blue Violet #7520DB
RGB
CMYK
RGB Variations
Color information
#7520DB (or 0x7520DB) is known color: Blue Violet. HEX triplet: 75, 20 and DB. RGB value is (117,32,219). Sum of RGB (Red+Green+Blue) = 117+32+219=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #7520DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520DB is #8ADF24. Grayscale: #4E4E4E. Windows color (decimal): -9101093 or 14360693. OLE color: 14360693.
HSL color Cylindrical-coordinate representation of color #7520DB: hue angle of 267.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7520DB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 32 | 219 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.14 |
| HSL | 267.27º | 0.75% | 0.49% | - |
| HSV(B) | 267.27º | 0.85% | 0.86% | - |
| XYZ | 20.64 | 9.93 | 67.85 | - |
| YUV | 78.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 219 | 0.47 | 0.85 | 0 | 0.14 | 267.27 | 0.75 | 0.49 |
| Hex | 75 | 20 | DB | 2F | 55 | 0 | E | 10B | 4B | 31 |
| Octal | 165 | 40 | 333 | 57 | 125 | 0 | 16 | 413 | 113 | 61 |
| Binary | 1110101 | 100000 | 11011011 | 101111 | 1010101 | 0 | 1110 | 100001011 | 1001011 | 110001 |
Color Harmonies of #7520DB
Complementary color
Monochromatic Colors of #7520DB
Black with #7520DB
Text Example
Text Example
White with #7520DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520DB; }
p { color: rgb(117,32,219); }
H1.HeaderClassName
{
color: #7520DB;
}
.AnyTagClassName
{
color: #7520DB;
}
</style>
background-color css
<style>
a { background-color: #7520DB; }
a { background-color: rgb(117,32,219); }
div.DivClassName
{
background-color: #7520DB;
}
.BgClassName
{
background-color: #7520DB;
}
</style>
border-color css
<style>
span { border-color: #7520DB; }
span { border-color: rgb(117,32,219); }
td.TdClassName
{
border-color: #7520DB;
}
.TagClassName
{
border-color: #7520DB;
}
</style>