Shades of Blue Violet #753ADA
Tints of Blue Violet #753ADA
RGB
CMYK
RGB Variations
Color information
#753ADA (or 0x753ADA) is known color: Blue Violet. HEX triplet: 75, 3A and DA. RGB value is (117,58,218). Sum of RGB (Red+Green+Blue) = 117+58+218=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #753ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADA is #8AC525. Grayscale: #5D5D5D. Windows color (decimal): -9094438 or 14301813. OLE color: 14301813.
HSL color Cylindrical-coordinate representation of color #753ADA: hue angle of 262.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753ADA is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 58 | 218 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.15 |
| HSL | 262.13º | 0.68% | 0.54% | - |
| HSV(B) | 262.13º | 0.73% | 0.85% | - |
| XYZ | 21.5 | 11.87 | 67.49 | - |
| YUV | 93.88 | 198.05 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 218 | 0.46 | 0.73 | 0 | 0.15 | 262.13 | 0.68 | 0.54 |
| Hex | 75 | 3A | DA | 2E | 49 | 0 | F | 106 | 44 | 36 |
| Octal | 165 | 72 | 332 | 56 | 111 | 0 | 17 | 406 | 104 | 66 |
| Binary | 1110101 | 111010 | 11011010 | 101110 | 1001001 | 0 | 1111 | 100000110 | 1000100 | 110110 |
Color Harmonies of #753ADA
Complementary color
Monochromatic Colors of #753ADA
Black with #753ADA
Text Example
Text Example
White with #753ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ADA; }
p { color: rgb(117,58,218); }
H1.HeaderClassName
{
color: #753ADA;
}
.AnyTagClassName
{
color: #753ADA;
}
</style>
background-color css
<style>
a { background-color: #753ADA; }
a { background-color: rgb(117,58,218); }
div.DivClassName
{
background-color: #753ADA;
}
.BgClassName
{
background-color: #753ADA;
}
</style>
border-color css
<style>
span { border-color: #753ADA; }
span { border-color: rgb(117,58,218); }
td.TdClassName
{
border-color: #753ADA;
}
.TagClassName
{
border-color: #753ADA;
}
</style>