Shades of Vivid Violet #753784
Tints of Vivid Violet #753784
RGB
CMYK
RGB Variations
Color information
#753784 (or 0x753784) is known color: Vivid Violet. HEX triplet: 75, 37 and 84. RGB value is (117,55,132). Sum of RGB (Red+Green+Blue) = 117+55+132=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #753784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753784 is #8AC87B. Grayscale: #525252. Windows color (decimal): -9095292 or 8664949. OLE color: 8664949.
HSL color Cylindrical-coordinate representation of color #753784: hue angle of 288.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753784 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 55 | 132 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.48 |
| HSL | 288.31º | 0.41% | 0.37% | - |
| HSV(B) | 288.31º | 0.58% | 0.52% | - |
| XYZ | 12.87 | 8.18 | 22.73 | - |
| YUV | 82.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 132 | 0.11 | 0.58 | 0 | 0.48 | 288.31 | 0.41 | 0.37 |
| Hex | 75 | 37 | 84 | B | 3A | 0 | 30 | 120 | 29 | 25 |
| Octal | 165 | 67 | 204 | 13 | 72 | 0 | 60 | 440 | 51 | 45 |
| Binary | 1110101 | 110111 | 10000100 | 1011 | 111010 | 0 | 110000 | 100100000 | 101001 | 100101 |
Color Harmonies of #753784
Complementary color
Monochromatic Colors of #753784
Black with #753784
Text Example
Text Example
White with #753784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753784; }
p { color: rgb(117,55,132); }
H1.HeaderClassName
{
color: #753784;
}
.AnyTagClassName
{
color: #753784;
}
</style>
background-color css
<style>
a { background-color: #753784; }
a { background-color: rgb(117,55,132); }
div.DivClassName
{
background-color: #753784;
}
.BgClassName
{
background-color: #753784;
}
</style>
border-color css
<style>
span { border-color: #753784; }
span { border-color: rgb(117,55,132); }
td.TdClassName
{
border-color: #753784;
}
.TagClassName
{
border-color: #753784;
}
</style>