Shades of Blue Violet #753ADC
Tints of Blue Violet #753ADC
RGB
CMYK
RGB Variations
Color information
#753ADC (or 0x753ADC) is known color: Blue Violet. HEX triplet: 75, 3A and DC. RGB value is (117,58,220). Sum of RGB (Red+Green+Blue) = 117+58+220=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #753ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADC is #8AC523. Grayscale: #5D5D5D. Windows color (decimal): -9094436 or 14432885. OLE color: 14432885.
HSL color Cylindrical-coordinate representation of color #753ADC: hue angle of 261.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753ADC is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 58 | 220 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.14 |
| HSL | 261.85º | 0.7% | 0.55% | - |
| HSV(B) | 261.85º | 0.74% | 0.86% | - |
| XYZ | 21.77 | 11.98 | 68.87 | - |
| YUV | 94.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 220 | 0.47 | 0.74 | 0 | 0.14 | 261.85 | 0.7 | 0.55 |
| Hex | 75 | 3A | DC | 2F | 4A | 0 | E | 106 | 46 | 37 |
| Octal | 165 | 72 | 334 | 57 | 112 | 0 | 16 | 406 | 106 | 67 |
| Binary | 1110101 | 111010 | 11011100 | 101111 | 1001010 | 0 | 1110 | 100000110 | 1000110 | 110111 |
Color Harmonies of #753ADC
Complementary color
Monochromatic Colors of #753ADC
Black with #753ADC
Text Example
Text Example
White with #753ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ADC; }
p { color: rgb(117,58,220); }
H1.HeaderClassName
{
color: #753ADC;
}
.AnyTagClassName
{
color: #753ADC;
}
</style>
background-color css
<style>
a { background-color: #753ADC; }
a { background-color: rgb(117,58,220); }
div.DivClassName
{
background-color: #753ADC;
}
.BgClassName
{
background-color: #753ADC;
}
</style>
border-color css
<style>
span { border-color: #753ADC; }
span { border-color: rgb(117,58,220); }
td.TdClassName
{
border-color: #753ADC;
}
.TagClassName
{
border-color: #753ADC;
}
</style>