Shades of Vivid Violet #753F83
Tints of Vivid Violet #753F83
RGB
CMYK
RGB Variations
Color information
#753F83 (or 0x753F83) is known color: Vivid Violet. HEX triplet: 75, 3F and 83. RGB value is (117,63,131). Sum of RGB (Red+Green+Blue) = 117+63+131=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #753F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F83 is #8AC07C. Grayscale: #565656. Windows color (decimal): -9093245 or 8601461. OLE color: 8601461.
HSL color Cylindrical-coordinate representation of color #753F83: hue angle of 287.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753F83 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 63 | 131 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.49 |
| HSL | 287.65º | 0.35% | 0.38% | - |
| HSV(B) | 287.65º | 0.52% | 0.51% | - |
| XYZ | 13.21 | 8.98 | 22.51 | - |
| YUV | 86.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 131 | 0.11 | 0.52 | 0 | 0.49 | 287.65 | 0.35 | 0.38 |
| Hex | 75 | 3F | 83 | B | 34 | 0 | 31 | 120 | 23 | 26 |
| Octal | 165 | 77 | 203 | 13 | 64 | 0 | 61 | 440 | 43 | 46 |
| Binary | 1110101 | 111111 | 10000011 | 1011 | 110100 | 0 | 110001 | 100100000 | 100011 | 100110 |
Color Harmonies of #753F83
Complementary color
Monochromatic Colors of #753F83
Black with #753F83
Text Example
Text Example
White with #753F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F83; }
p { color: rgb(117,63,131); }
H1.HeaderClassName
{
color: #753F83;
}
.AnyTagClassName
{
color: #753F83;
}
</style>
background-color css
<style>
a { background-color: #753F83; }
a { background-color: rgb(117,63,131); }
div.DivClassName
{
background-color: #753F83;
}
.BgClassName
{
background-color: #753F83;
}
</style>
border-color css
<style>
span { border-color: #753F83; }
span { border-color: rgb(117,63,131); }
td.TdClassName
{
border-color: #753F83;
}
.TagClassName
{
border-color: #753F83;
}
</style>