Shades of Blue Violet #7536DF
Tints of Blue Violet #7536DF
RGB
CMYK
RGB Variations
Color information
#7536DF (or 0x7536DF) is known color: Blue Violet. HEX triplet: 75, 36 and DF. RGB value is (117,54,223). Sum of RGB (Red+Green+Blue) = 117+54+223=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #7536DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536DF is #8AC920. Grayscale: #5B5B5B. Windows color (decimal): -9095457 or 14628469. OLE color: 14628469.
HSL color Cylindrical-coordinate representation of color #7536DF: hue angle of 262.37º degrees, saturation: 0.73, 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 #7536DF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 54 | 223 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.13 |
| HSL | 262.37º | 0.73% | 0.54% | - |
| HSV(B) | 262.37º | 0.76% | 0.87% | - |
| XYZ | 21.97 | 11.75 | 70.92 | - |
| YUV | 92.1 | 201.87 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 223 | 0.48 | 0.76 | 0 | 0.13 | 262.37 | 0.73 | 0.54 |
| Hex | 75 | 36 | DF | 30 | 4C | 0 | D | 106 | 49 | 36 |
| Octal | 165 | 66 | 337 | 60 | 114 | 0 | 15 | 406 | 111 | 66 |
| Binary | 1110101 | 110110 | 11011111 | 110000 | 1001100 | 0 | 1101 | 100000110 | 1001001 | 110110 |
Color Harmonies of #7536DF
Complementary color
Monochromatic Colors of #7536DF
Black with #7536DF
Text Example
Text Example
White with #7536DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536DF; }
p { color: rgb(117,54,223); }
H1.HeaderClassName
{
color: #7536DF;
}
.AnyTagClassName
{
color: #7536DF;
}
</style>
background-color css
<style>
a { background-color: #7536DF; }
a { background-color: rgb(117,54,223); }
div.DivClassName
{
background-color: #7536DF;
}
.BgClassName
{
background-color: #7536DF;
}
</style>
border-color css
<style>
span { border-color: #7536DF; }
span { border-color: rgb(117,54,223); }
td.TdClassName
{
border-color: #7536DF;
}
.TagClassName
{
border-color: #7536DF;
}
</style>