Shades of Blue Violet #7520F8
Tints of Blue Violet #7520F8
RGB
CMYK
RGB Variations
Color information
#7520F8 (or 0x7520F8) is known color: Blue Violet. HEX triplet: 75, 20 and F8. RGB value is (117,32,248). Sum of RGB (Red+Green+Blue) = 117+32+248=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #7520F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520F8 is #8ADF07. Grayscale: #515151. Windows color (decimal): -9101064 or 16261237. OLE color: 16261237.
HSL color Cylindrical-coordinate representation of color #7520F8: hue angle of 263.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520F8 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 32 | 248 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.03 |
| HSL | 263.61º | 0.94% | 0.55% | - |
| HSV(B) | 263.61º | 0.87% | 0.97% | - |
| XYZ | 24.8 | 11.59 | 89.74 | - |
| YUV | 82.04 | 221.66 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 248 | 0.53 | 0.87 | 0 | 0.03 | 263.61 | 0.94 | 0.55 |
| Hex | 75 | 20 | F8 | 35 | 57 | 0 | 3 | 108 | 5E | 37 |
| Octal | 165 | 40 | 370 | 65 | 127 | 0 | 3 | 410 | 136 | 67 |
| Binary | 1110101 | 100000 | 11111000 | 110101 | 1010111 | 0 | 11 | 100001000 | 1011110 | 110111 |
Color Harmonies of #7520F8
Complementary color
Monochromatic Colors of #7520F8
Black with #7520F8
Text Example
Text Example
White with #7520F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520F8; }
p { color: rgb(117,32,248); }
H1.HeaderClassName
{
color: #7520F8;
}
.AnyTagClassName
{
color: #7520F8;
}
</style>
background-color css
<style>
a { background-color: #7520F8; }
a { background-color: rgb(117,32,248); }
div.DivClassName
{
background-color: #7520F8;
}
.BgClassName
{
background-color: #7520F8;
}
</style>
border-color css
<style>
span { border-color: #7520F8; }
span { border-color: rgb(117,32,248); }
td.TdClassName
{
border-color: #7520F8;
}
.TagClassName
{
border-color: #7520F8;
}
</style>