Shades of Blue Violet #753ADD
Tints of Blue Violet #753ADD
RGB
CMYK
RGB Variations
Color information
#753ADD (or 0x753ADD) is known color: Blue Violet. HEX triplet: 75, 3A and DD. RGB value is (117,58,221). Sum of RGB (Red+Green+Blue) = 117+58+221=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #753ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADD is #8AC522. Grayscale: #5D5D5D. Windows color (decimal): -9094435 or 14498421. OLE color: 14498421.
HSL color Cylindrical-coordinate representation of color #753ADD: hue angle of 261.72º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753ADD is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 58 | 221 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.13 |
| HSL | 261.72º | 0.71% | 0.55% | - |
| HSV(B) | 261.72º | 0.74% | 0.87% | - |
| XYZ | 21.9 | 12.03 | 69.57 | - |
| YUV | 94.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 221 | 0.47 | 0.74 | 0 | 0.13 | 261.72 | 0.71 | 0.55 |
| Hex | 75 | 3A | DD | 2F | 4A | 0 | D | 106 | 47 | 37 |
| Octal | 165 | 72 | 335 | 57 | 112 | 0 | 15 | 406 | 107 | 67 |
| Binary | 1110101 | 111010 | 11011101 | 101111 | 1001010 | 0 | 1101 | 100000110 | 1000111 | 110111 |
Color Harmonies of #753ADD
Complementary color
Monochromatic Colors of #753ADD
Black with #753ADD
Text Example
Text Example
White with #753ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ADD; }
p { color: rgb(117,58,221); }
H1.HeaderClassName
{
color: #753ADD;
}
.AnyTagClassName
{
color: #753ADD;
}
</style>
background-color css
<style>
a { background-color: #753ADD; }
a { background-color: rgb(117,58,221); }
div.DivClassName
{
background-color: #753ADD;
}
.BgClassName
{
background-color: #753ADD;
}
</style>
border-color css
<style>
span { border-color: #753ADD; }
span { border-color: rgb(117,58,221); }
td.TdClassName
{
border-color: #753ADD;
}
.TagClassName
{
border-color: #753ADD;
}
</style>