Shades of Blue Violet #753ADF
Tints of Blue Violet #753ADF
RGB
CMYK
RGB Variations
Color information
#753ADF (or 0x753ADF) is known color: Blue Violet. HEX triplet: 75, 3A and DF. RGB value is (117,58,223). Sum of RGB (Red+Green+Blue) = 117+58+223=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #753ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADF is #8AC520. Grayscale: #5D5D5D. Windows color (decimal): -9094433 or 14629493. OLE color: 14629493.
HSL color Cylindrical-coordinate representation of color #753ADF: hue angle of 261.45º degrees, saturation: 0.72, 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 #753ADF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 58 | 223 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.13 |
| HSL | 261.45º | 0.72% | 0.55% | - |
| HSV(B) | 261.45º | 0.74% | 0.87% | - |
| XYZ | 22.17 | 12.14 | 70.99 | - |
| YUV | 94.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 223 | 0.48 | 0.74 | 0 | 0.13 | 261.45 | 0.72 | 0.55 |
| Hex | 75 | 3A | DF | 30 | 4A | 0 | D | 105 | 48 | 37 |
| Octal | 165 | 72 | 337 | 60 | 112 | 0 | 15 | 405 | 110 | 67 |
| Binary | 1110101 | 111010 | 11011111 | 110000 | 1001010 | 0 | 1101 | 100000101 | 1001000 | 110111 |
Color Harmonies of #753ADF
Complementary color
Monochromatic Colors of #753ADF
Black with #753ADF
Text Example
Text Example
White with #753ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ADF; }
p { color: rgb(117,58,223); }
H1.HeaderClassName
{
color: #753ADF;
}
.AnyTagClassName
{
color: #753ADF;
}
</style>
background-color css
<style>
a { background-color: #753ADF; }
a { background-color: rgb(117,58,223); }
div.DivClassName
{
background-color: #753ADF;
}
.BgClassName
{
background-color: #753ADF;
}
</style>
border-color css
<style>
span { border-color: #753ADF; }
span { border-color: rgb(117,58,223); }
td.TdClassName
{
border-color: #753ADF;
}
.TagClassName
{
border-color: #753ADF;
}
</style>