Shades of Blue Violet #7537FE
Tints of Blue Violet #7537FE
RGB
CMYK
RGB Variations
Color information
#7537FE (or 0x7537FE) is known color: Blue Violet. HEX triplet: 75, 37 and FE. RGB value is (117,55,254). Sum of RGB (Red+Green+Blue) = 117+55+254=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #7537FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7537FE is #8AC801. Grayscale: #5F5F5F. Windows color (decimal): -9095170 or 16660341. OLE color: 16660341.
HSL color Cylindrical-coordinate representation of color #7537FE: hue angle of 258.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7537FE is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 55 | 254 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.00 |
| HSL | 258.69º | 0.99% | 0.61% | - |
| HSV(B) | 258.69º | 0.78% | 1% | - |
| XYZ | 26.59 | 13.67 | 95 | - |
| YUV | 96.22 | 217.04 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 254 | 0.54 | 0.78 | 0 | 0.00 | 258.69 | 0.99 | 0.61 |
| Hex | 75 | 37 | FE | 36 | 4E | 0 | 0 | 103 | 63 | 3D |
| Octal | 165 | 67 | 376 | 66 | 116 | 0 | 0 | 403 | 143 | 75 |
| Binary | 1110101 | 110111 | 11111110 | 110110 | 1001110 | 0 | 0 | 100000011 | 1100011 | 111101 |
Color Harmonies of #7537FE
Complementary color
Monochromatic Colors of #7537FE
Black with #7537FE
Text Example
Text Example
White with #7537FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7537FE; }
p { color: rgb(117,55,254); }
H1.HeaderClassName
{
color: #7537FE;
}
.AnyTagClassName
{
color: #7537FE;
}
</style>
background-color css
<style>
a { background-color: #7537FE; }
a { background-color: rgb(117,55,254); }
div.DivClassName
{
background-color: #7537FE;
}
.BgClassName
{
background-color: #7537FE;
}
</style>
border-color css
<style>
span { border-color: #7537FE; }
span { border-color: rgb(117,55,254); }
td.TdClassName
{
border-color: #7537FE;
}
.TagClassName
{
border-color: #7537FE;
}
</style>