Shades of Blue Violet #7521F9
Tints of Blue Violet #7521F9
RGB
CMYK
RGB Variations
Color information
#7521F9 (or 0x7521F9) is known color: Blue Violet. HEX triplet: 75, 21 and F9. RGB value is (117,33,249). Sum of RGB (Red+Green+Blue) = 117+33+249=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #7521F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7521F9 is #8ADE06. Grayscale: #515151. Windows color (decimal): -9100807 or 16327029. OLE color: 16327029.
HSL color Cylindrical-coordinate representation of color #7521F9: hue angle of 263.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7521F9 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 33 | 249 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.02 |
| HSL | 263.33º | 0.95% | 0.55% | - |
| HSV(B) | 263.33º | 0.87% | 0.98% | - |
| XYZ | 24.98 | 11.71 | 90.57 | - |
| YUV | 82.74 | 221.83 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 249 | 0.53 | 0.87 | 0 | 0.02 | 263.33 | 0.95 | 0.55 |
| Hex | 75 | 21 | F9 | 35 | 57 | 0 | 2 | 107 | 5F | 37 |
| Octal | 165 | 41 | 371 | 65 | 127 | 0 | 2 | 407 | 137 | 67 |
| Binary | 1110101 | 100001 | 11111001 | 110101 | 1010111 | 0 | 10 | 100000111 | 1011111 | 110111 |
Color Harmonies of #7521F9
Complementary color
Monochromatic Colors of #7521F9
Black with #7521F9
Text Example
Text Example
White with #7521F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521F9; }
p { color: rgb(117,33,249); }
H1.HeaderClassName
{
color: #7521F9;
}
.AnyTagClassName
{
color: #7521F9;
}
</style>
background-color css
<style>
a { background-color: #7521F9; }
a { background-color: rgb(117,33,249); }
div.DivClassName
{
background-color: #7521F9;
}
.BgClassName
{
background-color: #7521F9;
}
</style>
border-color css
<style>
span { border-color: #7521F9; }
span { border-color: rgb(117,33,249); }
td.TdClassName
{
border-color: #7521F9;
}
.TagClassName
{
border-color: #7521F9;
}
</style>