Shades of Blue Violet #7535FF
Tints of Blue Violet #7535FF
RGB
CMYK
RGB Variations
Color information
#7535FF (or 0x7535FF) is known color: Blue Violet. HEX triplet: 75, 35 and FF. RGB value is (117,53,255). Sum of RGB (Red+Green+Blue) = 117+53+255=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7535FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535FF is #8ACA00. Grayscale: #5E5E5E. Windows color (decimal): -9095681 or 16725365. OLE color: 16725365.
HSL color Cylindrical-coordinate representation of color #7535FF: hue angle of 259.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7535FF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 53 | 255 | - |
| CMYK | 0.54 | 0.79 | 0 | 0 |
| HSL | 259.01º | 1% | 0.6% | - |
| HSV(B) | 259.01º | 0.79% | 1% | - |
| XYZ | 26.66 | 13.55 | 95.82 | - |
| YUV | 95.16 | 218.2 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 255 | 0.54 | 0.79 | 0 | 0 | 259.01 | 1 | 0.6 |
| Hex | 75 | 35 | FF | 36 | 4F | 0 | 0 | 103 | 64 | 3C |
| Octal | 165 | 65 | 377 | 66 | 117 | 0 | 0 | 403 | 144 | 74 |
| Binary | 1110101 | 110101 | 11111111 | 110110 | 1001111 | 0 | 0 | 100000011 | 1100100 | 111100 |
Color Harmonies of #7535FF
Complementary color
Monochromatic Colors of #7535FF
Black with #7535FF
Text Example
Text Example
White with #7535FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535FF; }
p { color: rgb(117,53,255); }
H1.HeaderClassName
{
color: #7535FF;
}
.AnyTagClassName
{
color: #7535FF;
}
</style>
background-color css
<style>
a { background-color: #7535FF; }
a { background-color: rgb(117,53,255); }
div.DivClassName
{
background-color: #7535FF;
}
.BgClassName
{
background-color: #7535FF;
}
</style>
border-color css
<style>
span { border-color: #7535FF; }
span { border-color: rgb(117,53,255); }
td.TdClassName
{
border-color: #7535FF;
}
.TagClassName
{
border-color: #7535FF;
}
</style>