Shades of Blue Violet #7535DD
Tints of Blue Violet #7535DD
RGB
CMYK
RGB Variations
Color information
#7535DD (or 0x7535DD) is known color: Blue Violet. HEX triplet: 75, 35 and DD. RGB value is (117,53,221). Sum of RGB (Red+Green+Blue) = 117+53+221=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #7535DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535DD is #8ACA22. Grayscale: #5A5A5A. Windows color (decimal): -9095715 or 14497141. OLE color: 14497141.
HSL color Cylindrical-coordinate representation of color #7535DD: hue angle of 262.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7535DD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 53 | 221 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.13 |
| HSL | 262.86º | 0.71% | 0.54% | - |
| HSV(B) | 262.86º | 0.76% | 0.87% | - |
| XYZ | 21.66 | 11.55 | 69.49 | - |
| YUV | 91.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 221 | 0.47 | 0.76 | 0 | 0.13 | 262.86 | 0.71 | 0.54 |
| Hex | 75 | 35 | DD | 2F | 4C | 0 | D | 107 | 47 | 36 |
| Octal | 165 | 65 | 335 | 57 | 114 | 0 | 15 | 407 | 107 | 66 |
| Binary | 1110101 | 110101 | 11011101 | 101111 | 1001100 | 0 | 1101 | 100000111 | 1000111 | 110110 |
Color Harmonies of #7535DD
Complementary color
Monochromatic Colors of #7535DD
Black with #7535DD
Text Example
Text Example
White with #7535DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535DD; }
p { color: rgb(117,53,221); }
H1.HeaderClassName
{
color: #7535DD;
}
.AnyTagClassName
{
color: #7535DD;
}
</style>
background-color css
<style>
a { background-color: #7535DD; }
a { background-color: rgb(117,53,221); }
div.DivClassName
{
background-color: #7535DD;
}
.BgClassName
{
background-color: #7535DD;
}
</style>
border-color css
<style>
span { border-color: #7535DD; }
span { border-color: rgb(117,53,221); }
td.TdClassName
{
border-color: #7535DD;
}
.TagClassName
{
border-color: #7535DD;
}
</style>