Shades of Blue Violet #7526FA
Tints of Blue Violet #7526FA
RGB
CMYK
RGB Variations
Color information
#7526FA (or 0x7526FA) is known color: Blue Violet. HEX triplet: 75, 26 and FA. RGB value is (117,38,250). Sum of RGB (Red+Green+Blue) = 117+38+250=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #7526FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7526FA is #8AD905. Grayscale: #555555. Windows color (decimal): -9099526 or 16393845. OLE color: 16393845.
HSL color Cylindrical-coordinate representation of color #7526FA: hue angle of 262.36º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7526FA is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 38 | 250 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.02 |
| HSL | 262.36º | 0.95% | 0.56% | - |
| HSV(B) | 262.36º | 0.85% | 0.98% | - |
| XYZ | 25.28 | 12.07 | 91.44 | - |
| YUV | 85.79 | 220.67 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 250 | 0.53 | 0.85 | 0 | 0.02 | 262.36 | 0.95 | 0.56 |
| Hex | 75 | 26 | FA | 35 | 55 | 0 | 2 | 106 | 5F | 38 |
| Octal | 165 | 46 | 372 | 65 | 125 | 0 | 2 | 406 | 137 | 70 |
| Binary | 1110101 | 100110 | 11111010 | 110101 | 1010101 | 0 | 10 | 100000110 | 1011111 | 111000 |
Color Harmonies of #7526FA
Complementary color
Monochromatic Colors of #7526FA
Black with #7526FA
Text Example
Text Example
White with #7526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7526FA; }
p { color: rgb(117,38,250); }
H1.HeaderClassName
{
color: #7526FA;
}
.AnyTagClassName
{
color: #7526FA;
}
</style>
background-color css
<style>
a { background-color: #7526FA; }
a { background-color: rgb(117,38,250); }
div.DivClassName
{
background-color: #7526FA;
}
.BgClassName
{
background-color: #7526FA;
}
</style>
border-color css
<style>
span { border-color: #7526FA; }
span { border-color: rgb(117,38,250); }
td.TdClassName
{
border-color: #7526FA;
}
.TagClassName
{
border-color: #7526FA;
}
</style>