Shades of Blue Violet #7526FB
Tints of Blue Violet #7526FB
RGB
CMYK
RGB Variations
Color information
#7526FB (or 0x7526FB) is known color: Blue Violet. HEX triplet: 75, 26 and FB. RGB value is (117,38,251). Sum of RGB (Red+Green+Blue) = 117+38+251=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #7526FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7526FB is #8AD904. Grayscale: #555555. Windows color (decimal): -9099525 or 16459381. OLE color: 16459381.
HSL color Cylindrical-coordinate representation of color #7526FB: hue angle of 262.25º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7526FB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 38 | 251 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.02 |
| HSL | 262.25º | 0.96% | 0.57% | - |
| HSV(B) | 262.25º | 0.85% | 0.98% | - |
| XYZ | 25.44 | 12.13 | 92.27 | - |
| YUV | 85.9 | 221.17 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 251 | 0.53 | 0.85 | 0 | 0.02 | 262.25 | 0.96 | 0.57 |
| Hex | 75 | 26 | FB | 35 | 55 | 0 | 2 | 106 | 60 | 39 |
| Octal | 165 | 46 | 373 | 65 | 125 | 0 | 2 | 406 | 140 | 71 |
| Binary | 1110101 | 100110 | 11111011 | 110101 | 1010101 | 0 | 10 | 100000110 | 1100000 | 111001 |
Color Harmonies of #7526FB
Complementary color
Monochromatic Colors of #7526FB
Black with #7526FB
Text Example
Text Example
White with #7526FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7526FB; }
p { color: rgb(117,38,251); }
H1.HeaderClassName
{
color: #7526FB;
}
.AnyTagClassName
{
color: #7526FB;
}
</style>
background-color css
<style>
a { background-color: #7526FB; }
a { background-color: rgb(117,38,251); }
div.DivClassName
{
background-color: #7526FB;
}
.BgClassName
{
background-color: #7526FB;
}
</style>
border-color css
<style>
span { border-color: #7526FB; }
span { border-color: rgb(117,38,251); }
td.TdClassName
{
border-color: #7526FB;
}
.TagClassName
{
border-color: #7526FB;
}
</style>