Shades of Vivid Violet #753793
Tints of Vivid Violet #753793
RGB
CMYK
RGB Variations
Color information
#753793 (or 0x753793) is known color: Vivid Violet. HEX triplet: 75, 37 and 93. RGB value is (117,55,147). Sum of RGB (Red+Green+Blue) = 117+55+147=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #753793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753793 is #8AC86C. Grayscale: #535353. Windows color (decimal): -9095277 or 9647989. OLE color: 9647989.
HSL color Cylindrical-coordinate representation of color #753793: hue angle of 280.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753793 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 55 | 147 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.42 |
| HSL | 280.43º | 0.46% | 0.4% | - |
| HSV(B) | 280.43º | 0.63% | 0.58% | - |
| XYZ | 13.97 | 8.62 | 28.53 | - |
| YUV | 84.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 147 | 0.20 | 0.63 | 0 | 0.42 | 280.43 | 0.46 | 0.4 |
| Hex | 75 | 37 | 93 | 14 | 3F | 0 | 2A | 118 | 2E | 28 |
| Octal | 165 | 67 | 223 | 24 | 77 | 0 | 52 | 430 | 56 | 50 |
| Binary | 1110101 | 110111 | 10010011 | 10100 | 111111 | 0 | 101010 | 100011000 | 101110 | 101000 |
Color Harmonies of #753793
Complementary color
Monochromatic Colors of #753793
Black with #753793
Text Example
Text Example
White with #753793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753793; }
p { color: rgb(117,55,147); }
H1.HeaderClassName
{
color: #753793;
}
.AnyTagClassName
{
color: #753793;
}
</style>
background-color css
<style>
a { background-color: #753793; }
a { background-color: rgb(117,55,147); }
div.DivClassName
{
background-color: #753793;
}
.BgClassName
{
background-color: #753793;
}
</style>
border-color css
<style>
span { border-color: #753793; }
span { border-color: rgb(117,55,147); }
td.TdClassName
{
border-color: #753793;
}
.TagClassName
{
border-color: #753793;
}
</style>