Shades of Blue Violet #7535FA
Tints of Blue Violet #7535FA
RGB
CMYK
RGB Variations
Color information
#7535FA (or 0x7535FA) is known color: Blue Violet. HEX triplet: 75, 35 and FA. RGB value is (117,53,250). Sum of RGB (Red+Green+Blue) = 117+53+250=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #7535FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535FA is #8ACA05. Grayscale: #5D5D5D. Windows color (decimal): -9095686 or 16397685. OLE color: 16397685.
HSL color Cylindrical-coordinate representation of color #7535FA: hue angle of 259.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7535FA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 53 | 250 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.02 |
| HSL | 259.49º | 0.95% | 0.59% | - |
| HSV(B) | 259.49º | 0.79% | 0.98% | - |
| XYZ | 25.86 | 13.23 | 91.63 | - |
| YUV | 94.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 250 | 0.53 | 0.79 | 0 | 0.02 | 259.49 | 0.95 | 0.59 |
| Hex | 75 | 35 | FA | 35 | 4F | 0 | 2 | 103 | 5F | 3B |
| Octal | 165 | 65 | 372 | 65 | 117 | 0 | 2 | 403 | 137 | 73 |
| Binary | 1110101 | 110101 | 11111010 | 110101 | 1001111 | 0 | 10 | 100000011 | 1011111 | 111011 |
Color Harmonies of #7535FA
Complementary color
Monochromatic Colors of #7535FA
Black with #7535FA
Text Example
Text Example
White with #7535FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535FA; }
p { color: rgb(117,53,250); }
H1.HeaderClassName
{
color: #7535FA;
}
.AnyTagClassName
{
color: #7535FA;
}
</style>
background-color css
<style>
a { background-color: #7535FA; }
a { background-color: rgb(117,53,250); }
div.DivClassName
{
background-color: #7535FA;
}
.BgClassName
{
background-color: #7535FA;
}
</style>
border-color css
<style>
span { border-color: #7535FA; }
span { border-color: rgb(117,53,250); }
td.TdClassName
{
border-color: #7535FA;
}
.TagClassName
{
border-color: #7535FA;
}
</style>