Shades of Blue Violet #7535D9
Tints of Blue Violet #7535D9
RGB
CMYK
RGB Variations
Color information
#7535D9 (or 0x7535D9) is known color: Blue Violet. HEX triplet: 75, 35 and D9. RGB value is (117,53,217). Sum of RGB (Red+Green+Blue) = 117+53+217=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #7535D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535D9 is #8ACA26. Grayscale: #5A5A5A. Windows color (decimal): -9095719 or 14234997. OLE color: 14234997.
HSL color Cylindrical-coordinate representation of color #7535D9: hue angle of 263.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7535D9 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 53 | 217 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.15 |
| HSL | 263.41º | 0.68% | 0.53% | - |
| HSV(B) | 263.41º | 0.76% | 0.85% | - |
| XYZ | 21.13 | 11.34 | 66.72 | - |
| YUV | 90.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 217 | 0.46 | 0.76 | 0 | 0.15 | 263.41 | 0.68 | 0.53 |
| Hex | 75 | 35 | D9 | 2E | 4C | 0 | F | 107 | 44 | 35 |
| Octal | 165 | 65 | 331 | 56 | 114 | 0 | 17 | 407 | 104 | 65 |
| Binary | 1110101 | 110101 | 11011001 | 101110 | 1001100 | 0 | 1111 | 100000111 | 1000100 | 110101 |
Color Harmonies of #7535D9
Complementary color
Monochromatic Colors of #7535D9
Black with #7535D9
Text Example
Text Example
White with #7535D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535D9; }
p { color: rgb(117,53,217); }
H1.HeaderClassName
{
color: #7535D9;
}
.AnyTagClassName
{
color: #7535D9;
}
</style>
background-color css
<style>
a { background-color: #7535D9; }
a { background-color: rgb(117,53,217); }
div.DivClassName
{
background-color: #7535D9;
}
.BgClassName
{
background-color: #7535D9;
}
</style>
border-color css
<style>
span { border-color: #7535D9; }
span { border-color: rgb(117,53,217); }
td.TdClassName
{
border-color: #7535D9;
}
.TagClassName
{
border-color: #7535D9;
}
</style>