Shades of Blue Violet #7528F8
Tints of Blue Violet #7528F8
RGB
CMYK
RGB Variations
Color information
#7528F8 (or 0x7528F8) is known color: Blue Violet. HEX triplet: 75, 28 and F8. RGB value is (117,40,248). Sum of RGB (Red+Green+Blue) = 117+40+248=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #7528F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528F8 is #8AD707. Grayscale: #555555. Windows color (decimal): -9099016 or 16263285. OLE color: 16263285.
HSL color Cylindrical-coordinate representation of color #7528F8: hue angle of 262.21º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7528F8 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 40 | 248 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.03 |
| HSL | 262.21º | 0.94% | 0.56% | - |
| HSV(B) | 262.21º | 0.84% | 0.97% | - |
| XYZ | 25.04 | 12.08 | 89.82 | - |
| YUV | 86.74 | 219.01 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 248 | 0.53 | 0.84 | 0 | 0.03 | 262.21 | 0.94 | 0.56 |
| Hex | 75 | 28 | F8 | 35 | 54 | 0 | 3 | 106 | 5E | 38 |
| Octal | 165 | 50 | 370 | 65 | 124 | 0 | 3 | 406 | 136 | 70 |
| Binary | 1110101 | 101000 | 11111000 | 110101 | 1010100 | 0 | 11 | 100000110 | 1011110 | 111000 |
Color Harmonies of #7528F8
Complementary color
Monochromatic Colors of #7528F8
Black with #7528F8
Text Example
Text Example
White with #7528F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528F8; }
p { color: rgb(117,40,248); }
H1.HeaderClassName
{
color: #7528F8;
}
.AnyTagClassName
{
color: #7528F8;
}
</style>
background-color css
<style>
a { background-color: #7528F8; }
a { background-color: rgb(117,40,248); }
div.DivClassName
{
background-color: #7528F8;
}
.BgClassName
{
background-color: #7528F8;
}
</style>
border-color css
<style>
span { border-color: #7528F8; }
span { border-color: rgb(117,40,248); }
td.TdClassName
{
border-color: #7528F8;
}
.TagClassName
{
border-color: #7528F8;
}
</style>