Shades of Vivid Violet #753993
Tints of Vivid Violet #753993
RGB
CMYK
RGB Variations
Color information
#753993 (or 0x753993) is known color: Vivid Violet. HEX triplet: 75, 39 and 93. RGB value is (117,57,147). Sum of RGB (Red+Green+Blue) = 117+57+147=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #753993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753993 is #8AC66C. Grayscale: #545454. Windows color (decimal): -9094765 or 9648501. OLE color: 9648501.
HSL color Cylindrical-coordinate representation of color #753993: hue angle of 280º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753993 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 57 | 147 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.42 |
| HSL | 280º | 0.44% | 0.4% | - |
| HSV(B) | 280º | 0.61% | 0.58% | - |
| XYZ | 14.07 | 8.81 | 28.56 | - |
| YUV | 85.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 147 | 0.20 | 0.61 | 0 | 0.42 | 280 | 0.44 | 0.4 |
| Hex | 75 | 39 | 93 | 14 | 3D | 0 | 2A | 118 | 2C | 28 |
| Octal | 165 | 71 | 223 | 24 | 75 | 0 | 52 | 430 | 54 | 50 |
| Binary | 1110101 | 111001 | 10010011 | 10100 | 111101 | 0 | 101010 | 100011000 | 101100 | 101000 |
Color Harmonies of #753993
Complementary color
Monochromatic Colors of #753993
Black with #753993
Text Example
Text Example
White with #753993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753993; }
p { color: rgb(117,57,147); }
H1.HeaderClassName
{
color: #753993;
}
.AnyTagClassName
{
color: #753993;
}
</style>
background-color css
<style>
a { background-color: #753993; }
a { background-color: rgb(117,57,147); }
div.DivClassName
{
background-color: #753993;
}
.BgClassName
{
background-color: #753993;
}
</style>
border-color css
<style>
span { border-color: #753993; }
span { border-color: rgb(117,57,147); }
td.TdClassName
{
border-color: #753993;
}
.TagClassName
{
border-color: #753993;
}
</style>