Shades of Blue Violet #7528D7
Tints of Blue Violet #7528D7
RGB
CMYK
RGB Variations
Color information
#7528D7 (or 0x7528D7) is known color: Blue Violet. HEX triplet: 75, 28 and D7. RGB value is (117,40,215). Sum of RGB (Red+Green+Blue) = 117+40+215=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #7528D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528D7 is #8AD728. Grayscale: #525252. Windows color (decimal): -9099049 or 14100597. OLE color: 14100597.
HSL color Cylindrical-coordinate representation of color #7528D7: hue angle of 266.4º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7528D7 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 40 | 215 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.16 |
| HSL | 266.4º | 0.69% | 0.5% | - |
| HSV(B) | 266.4º | 0.81% | 0.84% | - |
| XYZ | 20.36 | 10.21 | 65.19 | - |
| YUV | 82.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 215 | 0.46 | 0.81 | 0 | 0.16 | 266.4 | 0.69 | 0.5 |
| Hex | 75 | 28 | D7 | 2E | 51 | 0 | 10 | 10A | 45 | 32 |
| Octal | 165 | 50 | 327 | 56 | 121 | 0 | 20 | 412 | 105 | 62 |
| Binary | 1110101 | 101000 | 11010111 | 101110 | 1010001 | 0 | 10000 | 100001010 | 1000101 | 110010 |
Color Harmonies of #7528D7
Complementary color
Monochromatic Colors of #7528D7
Black with #7528D7
Text Example
Text Example
White with #7528D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528D7; }
p { color: rgb(117,40,215); }
H1.HeaderClassName
{
color: #7528D7;
}
.AnyTagClassName
{
color: #7528D7;
}
</style>
background-color css
<style>
a { background-color: #7528D7; }
a { background-color: rgb(117,40,215); }
div.DivClassName
{
background-color: #7528D7;
}
.BgClassName
{
background-color: #7528D7;
}
</style>
border-color css
<style>
span { border-color: #7528D7; }
span { border-color: rgb(117,40,215); }
td.TdClassName
{
border-color: #7528D7;
}
.TagClassName
{
border-color: #7528D7;
}
</style>