Shades of Blue Violet #753DDC
Tints of Blue Violet #753DDC
RGB
CMYK
RGB Variations
Color information
#753DDC (or 0x753DDC) is known color: Blue Violet. HEX triplet: 75, 3D and DC. RGB value is (117,61,220). Sum of RGB (Red+Green+Blue) = 117+61+220=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #753DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DDC is #8AC223. Grayscale: #5F5F5F. Windows color (decimal): -9093668 or 14433653. OLE color: 14433653.
HSL color Cylindrical-coordinate representation of color #753DDC: hue angle of 261.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753DDC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 61 | 220 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.14 |
| HSL | 261.13º | 0.69% | 0.55% | - |
| HSV(B) | 261.13º | 0.72% | 0.86% | - |
| XYZ | 21.92 | 12.29 | 68.93 | - |
| YUV | 95.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 220 | 0.47 | 0.72 | 0 | 0.14 | 261.13 | 0.69 | 0.55 |
| Hex | 75 | 3D | DC | 2F | 48 | 0 | E | 105 | 45 | 37 |
| Octal | 165 | 75 | 334 | 57 | 110 | 0 | 16 | 405 | 105 | 67 |
| Binary | 1110101 | 111101 | 11011100 | 101111 | 1001000 | 0 | 1110 | 100000101 | 1000101 | 110111 |
Color Harmonies of #753DDC
Complementary color
Monochromatic Colors of #753DDC
Black with #753DDC
Text Example
Text Example
White with #753DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DDC; }
p { color: rgb(117,61,220); }
H1.HeaderClassName
{
color: #753DDC;
}
.AnyTagClassName
{
color: #753DDC;
}
</style>
background-color css
<style>
a { background-color: #753DDC; }
a { background-color: rgb(117,61,220); }
div.DivClassName
{
background-color: #753DDC;
}
.BgClassName
{
background-color: #753DDC;
}
</style>
border-color css
<style>
span { border-color: #753DDC; }
span { border-color: rgb(117,61,220); }
td.TdClassName
{
border-color: #753DDC;
}
.TagClassName
{
border-color: #753DDC;
}
</style>