Shades of Blue Violet #7531FE
Tints of Blue Violet #7531FE
RGB
CMYK
RGB Variations
Color information
#7531FE (or 0x7531FE) is known color: Blue Violet. HEX triplet: 75, 31 and FE. RGB value is (117,49,254). Sum of RGB (Red+Green+Blue) = 117+49+254=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #7531FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7531FE is #8ACE01. Grayscale: #5B5B5B. Windows color (decimal): -9096706 or 16658805. OLE color: 16658805.
HSL color Cylindrical-coordinate representation of color #7531FE: hue angle of 259.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7531FE is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 49 | 254 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.00 |
| HSL | 259.9º | 0.99% | 0.59% | - |
| HSV(B) | 259.9º | 0.81% | 1% | - |
| XYZ | 26.32 | 13.13 | 94.91 | - |
| YUV | 92.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 254 | 0.54 | 0.81 | 0 | 0.00 | 259.9 | 0.99 | 0.59 |
| Hex | 75 | 31 | FE | 36 | 51 | 0 | 0 | 104 | 63 | 3B |
| Octal | 165 | 61 | 376 | 66 | 121 | 0 | 0 | 404 | 143 | 73 |
| Binary | 1110101 | 110001 | 11111110 | 110110 | 1010001 | 0 | 0 | 100000100 | 1100011 | 111011 |
Color Harmonies of #7531FE
Complementary color
Monochromatic Colors of #7531FE
Black with #7531FE
Text Example
Text Example
White with #7531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7531FE; }
p { color: rgb(117,49,254); }
H1.HeaderClassName
{
color: #7531FE;
}
.AnyTagClassName
{
color: #7531FE;
}
</style>
background-color css
<style>
a { background-color: #7531FE; }
a { background-color: rgb(117,49,254); }
div.DivClassName
{
background-color: #7531FE;
}
.BgClassName
{
background-color: #7531FE;
}
</style>
border-color css
<style>
span { border-color: #7531FE; }
span { border-color: rgb(117,49,254); }
td.TdClassName
{
border-color: #7531FE;
}
.TagClassName
{
border-color: #7531FE;
}
</style>