Shades of Vivid Violet #753389
Tints of Vivid Violet #753389
RGB
CMYK
RGB Variations
Color information
#753389 (or 0x753389) is known color: Vivid Violet. HEX triplet: 75, 33 and 89. RGB value is (117,51,137). Sum of RGB (Red+Green+Blue) = 117+51+137=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #753389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753389 is #8ACC76. Grayscale: #505050. Windows color (decimal): -9096311 or 8991605. OLE color: 8991605.
HSL color Cylindrical-coordinate representation of color #753389: hue angle of 286.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753389 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 51 | 137 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.46 |
| HSL | 286.05º | 0.46% | 0.37% | - |
| HSV(B) | 286.05º | 0.63% | 0.54% | - |
| XYZ | 13.04 | 7.96 | 24.52 | - |
| YUV | 80.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 137 | 0.15 | 0.63 | 0 | 0.46 | 286.05 | 0.46 | 0.37 |
| Hex | 75 | 33 | 89 | F | 3F | 0 | 2E | 11E | 2E | 25 |
| Octal | 165 | 63 | 211 | 17 | 77 | 0 | 56 | 436 | 56 | 45 |
| Binary | 1110101 | 110011 | 10001001 | 1111 | 111111 | 0 | 101110 | 100011110 | 101110 | 100101 |
Color Harmonies of #753389
Complementary color
Monochromatic Colors of #753389
Black with #753389
Text Example
Text Example
White with #753389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753389; }
p { color: rgb(117,51,137); }
H1.HeaderClassName
{
color: #753389;
}
.AnyTagClassName
{
color: #753389;
}
</style>
background-color css
<style>
a { background-color: #753389; }
a { background-color: rgb(117,51,137); }
div.DivClassName
{
background-color: #753389;
}
.BgClassName
{
background-color: #753389;
}
</style>
border-color css
<style>
span { border-color: #753389; }
span { border-color: rgb(117,51,137); }
td.TdClassName
{
border-color: #753389;
}
.TagClassName
{
border-color: #753389;
}
</style>