Shades of Vivid Violet #753386
Tints of Vivid Violet #753386
RGB
CMYK
RGB Variations
Color information
#753386 (or 0x753386) is known color: Vivid Violet. HEX triplet: 75, 33 and 86. RGB value is (117,51,134). Sum of RGB (Red+Green+Blue) = 117+51+134=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #753386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753386 is #8ACC79. Grayscale: #4F4F4F. Windows color (decimal): -9096314 or 8794997. OLE color: 8794997.
HSL color Cylindrical-coordinate representation of color #753386: hue angle of 287.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753386 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 51 | 134 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.47 |
| HSL | 287.71º | 0.45% | 0.36% | - |
| HSV(B) | 287.71º | 0.62% | 0.53% | - |
| XYZ | 12.82 | 7.87 | 23.4 | - |
| YUV | 80.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 134 | 0.13 | 0.62 | 0 | 0.47 | 287.71 | 0.45 | 0.36 |
| Hex | 75 | 33 | 86 | D | 3E | 0 | 2F | 120 | 2D | 24 |
| Octal | 165 | 63 | 206 | 15 | 76 | 0 | 57 | 440 | 55 | 44 |
| Binary | 1110101 | 110011 | 10000110 | 1101 | 111110 | 0 | 101111 | 100100000 | 101101 | 100100 |
Color Harmonies of #753386
Complementary color
Monochromatic Colors of #753386
Black with #753386
Text Example
Text Example
White with #753386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753386; }
p { color: rgb(117,51,134); }
H1.HeaderClassName
{
color: #753386;
}
.AnyTagClassName
{
color: #753386;
}
</style>
background-color css
<style>
a { background-color: #753386; }
a { background-color: rgb(117,51,134); }
div.DivClassName
{
background-color: #753386;
}
.BgClassName
{
background-color: #753386;
}
</style>
border-color css
<style>
span { border-color: #753386; }
span { border-color: rgb(117,51,134); }
td.TdClassName
{
border-color: #753386;
}
.TagClassName
{
border-color: #753386;
}
</style>