Shades of Blue Violet #7521DB
Tints of Blue Violet #7521DB
RGB
CMYK
RGB Variations
Color information
#7521DB (or 0x7521DB) is known color: Blue Violet. HEX triplet: 75, 21 and DB. RGB value is (117,33,219). Sum of RGB (Red+Green+Blue) = 117+33+219=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #7521DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521DB is #8ADE24. Grayscale: #4E4E4E. Windows color (decimal): -9100837 or 14360949. OLE color: 14360949.
HSL color Cylindrical-coordinate representation of color #7521DB: hue angle of 267.1º degrees, saturation: 0.74, 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 #7521DB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 33 | 219 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.14 |
| HSL | 267.1º | 0.74% | 0.49% | - |
| HSV(B) | 267.1º | 0.85% | 0.86% | - |
| XYZ | 20.67 | 9.98 | 67.86 | - |
| YUV | 79.32 | 206.83 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 219 | 0.47 | 0.85 | 0 | 0.14 | 267.1 | 0.74 | 0.49 |
| Hex | 75 | 21 | DB | 2F | 55 | 0 | E | 10B | 4A | 31 |
| Octal | 165 | 41 | 333 | 57 | 125 | 0 | 16 | 413 | 112 | 61 |
| Binary | 1110101 | 100001 | 11011011 | 101111 | 1010101 | 0 | 1110 | 100001011 | 1001010 | 110001 |
Color Harmonies of #7521DB
Complementary color
Monochromatic Colors of #7521DB
Black with #7521DB
Text Example
Text Example
White with #7521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521DB; }
p { color: rgb(117,33,219); }
H1.HeaderClassName
{
color: #7521DB;
}
.AnyTagClassName
{
color: #7521DB;
}
</style>
background-color css
<style>
a { background-color: #7521DB; }
a { background-color: rgb(117,33,219); }
div.DivClassName
{
background-color: #7521DB;
}
.BgClassName
{
background-color: #7521DB;
}
</style>
border-color css
<style>
span { border-color: #7521DB; }
span { border-color: rgb(117,33,219); }
td.TdClassName
{
border-color: #7521DB;
}
.TagClassName
{
border-color: #7521DB;
}
</style>