Shades of Blue Violet #7520F5
Tints of Blue Violet #7520F5
RGB
CMYK
RGB Variations
Color information
#7520F5 (or 0x7520F5) is known color: Blue Violet. HEX triplet: 75, 20 and F5. RGB value is (117,32,245). Sum of RGB (Red+Green+Blue) = 117+32+245=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #7520F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520F5 is #8ADF0A. Grayscale: #505050. Windows color (decimal): -9101067 or 16064629. OLE color: 16064629.
HSL color Cylindrical-coordinate representation of color #7520F5: hue angle of 263.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520F5 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 32 | 245 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.04 |
| HSL | 263.94º | 0.91% | 0.54% | - |
| HSV(B) | 263.94º | 0.87% | 0.96% | - |
| XYZ | 24.33 | 11.41 | 87.31 | - |
| YUV | 81.7 | 220.16 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 245 | 0.52 | 0.87 | 0 | 0.04 | 263.94 | 0.91 | 0.54 |
| Hex | 75 | 20 | F5 | 34 | 57 | 0 | 4 | 108 | 5B | 36 |
| Octal | 165 | 40 | 365 | 64 | 127 | 0 | 4 | 410 | 133 | 66 |
| Binary | 1110101 | 100000 | 11110101 | 110100 | 1010111 | 0 | 100 | 100001000 | 1011011 | 110110 |
Color Harmonies of #7520F5
Complementary color
Monochromatic Colors of #7520F5
Black with #7520F5
Text Example
Text Example
White with #7520F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520F5; }
p { color: rgb(117,32,245); }
H1.HeaderClassName
{
color: #7520F5;
}
.AnyTagClassName
{
color: #7520F5;
}
</style>
background-color css
<style>
a { background-color: #7520F5; }
a { background-color: rgb(117,32,245); }
div.DivClassName
{
background-color: #7520F5;
}
.BgClassName
{
background-color: #7520F5;
}
</style>
border-color css
<style>
span { border-color: #7520F5; }
span { border-color: rgb(117,32,245); }
td.TdClassName
{
border-color: #7520F5;
}
.TagClassName
{
border-color: #7520F5;
}
</style>