Shades of Blue Violet #7524DB
Tints of Blue Violet #7524DB
RGB
CMYK
RGB Variations
Color information
#7524DB (or 0x7524DB) is known color: Blue Violet. HEX triplet: 75, 24 and DB. RGB value is (117,36,219). Sum of RGB (Red+Green+Blue) = 117+36+219=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #7524DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524DB is #8ADB24. Grayscale: #505050. Windows color (decimal): -9100069 or 14361717. OLE color: 14361717.
HSL color Cylindrical-coordinate representation of color #7524DB: hue angle of 266.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7524DB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 36 | 219 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.14 |
| HSL | 266.56º | 0.72% | 0.5% | - |
| HSV(B) | 266.56º | 0.84% | 0.86% | - |
| XYZ | 20.75 | 10.16 | 67.88 | - |
| YUV | 81.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 219 | 0.47 | 0.84 | 0 | 0.14 | 266.56 | 0.72 | 0.5 |
| Hex | 75 | 24 | DB | 2F | 54 | 0 | E | 10B | 48 | 32 |
| Octal | 165 | 44 | 333 | 57 | 124 | 0 | 16 | 413 | 110 | 62 |
| Binary | 1110101 | 100100 | 11011011 | 101111 | 1010100 | 0 | 1110 | 100001011 | 1001000 | 110010 |
Color Harmonies of #7524DB
Complementary color
Monochromatic Colors of #7524DB
Black with #7524DB
Text Example
Text Example
White with #7524DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7524DB; }
p { color: rgb(117,36,219); }
H1.HeaderClassName
{
color: #7524DB;
}
.AnyTagClassName
{
color: #7524DB;
}
</style>
background-color css
<style>
a { background-color: #7524DB; }
a { background-color: rgb(117,36,219); }
div.DivClassName
{
background-color: #7524DB;
}
.BgClassName
{
background-color: #7524DB;
}
</style>
border-color css
<style>
span { border-color: #7524DB; }
span { border-color: rgb(117,36,219); }
td.TdClassName
{
border-color: #7524DB;
}
.TagClassName
{
border-color: #7524DB;
}
</style>