Shades of Blue Violet #7528DB
Tints of Blue Violet #7528DB
RGB
CMYK
RGB Variations
Color information
#7528DB (or 0x7528DB) is known color: Blue Violet. HEX triplet: 75, 28 and DB. RGB value is (117,40,219). Sum of RGB (Red+Green+Blue) = 117+40+219=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #7528DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528DB is #8AD724. Grayscale: #525252. Windows color (decimal): -9099045 or 14362741. OLE color: 14362741.
HSL color Cylindrical-coordinate representation of color #7528DB: hue angle of 265.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7528DB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 40 | 219 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.14 |
| HSL | 265.81º | 0.71% | 0.51% | - |
| HSV(B) | 265.81º | 0.82% | 0.86% | - |
| XYZ | 20.88 | 10.41 | 67.93 | - |
| YUV | 83.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 219 | 0.47 | 0.82 | 0 | 0.14 | 265.81 | 0.71 | 0.51 |
| Hex | 75 | 28 | DB | 2F | 52 | 0 | E | 10A | 47 | 33 |
| Octal | 165 | 50 | 333 | 57 | 122 | 0 | 16 | 412 | 107 | 63 |
| Binary | 1110101 | 101000 | 11011011 | 101111 | 1010010 | 0 | 1110 | 100001010 | 1000111 | 110011 |
Color Harmonies of #7528DB
Complementary color
Monochromatic Colors of #7528DB
Black with #7528DB
Text Example
Text Example
White with #7528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528DB; }
p { color: rgb(117,40,219); }
H1.HeaderClassName
{
color: #7528DB;
}
.AnyTagClassName
{
color: #7528DB;
}
</style>
background-color css
<style>
a { background-color: #7528DB; }
a { background-color: rgb(117,40,219); }
div.DivClassName
{
background-color: #7528DB;
}
.BgClassName
{
background-color: #7528DB;
}
</style>
border-color css
<style>
span { border-color: #7528DB; }
span { border-color: rgb(117,40,219); }
td.TdClassName
{
border-color: #7528DB;
}
.TagClassName
{
border-color: #7528DB;
}
</style>