Shades of Vivid Violet #753884
Tints of Vivid Violet #753884
RGB
CMYK
RGB Variations
Color information
#753884 (or 0x753884) is known color: Vivid Violet. HEX triplet: 75, 38 and 84. RGB value is (117,56,132). Sum of RGB (Red+Green+Blue) = 117+56+132=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #753884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753884 is #8AC77B. Grayscale: #525252. Windows color (decimal): -9095036 or 8665205. OLE color: 8665205.
HSL color Cylindrical-coordinate representation of color #753884: hue angle of 288.16º degrees, saturation: 0.4, 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 #753884 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 56 | 132 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.48 |
| HSL | 288.16º | 0.4% | 0.37% | - |
| HSV(B) | 288.16º | 0.58% | 0.52% | - |
| XYZ | 12.92 | 8.28 | 22.75 | - |
| YUV | 82.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 132 | 0.11 | 0.58 | 0 | 0.48 | 288.16 | 0.4 | 0.37 |
| Hex | 75 | 38 | 84 | B | 3A | 0 | 30 | 120 | 28 | 25 |
| Octal | 165 | 70 | 204 | 13 | 72 | 0 | 60 | 440 | 50 | 45 |
| Binary | 1110101 | 111000 | 10000100 | 1011 | 111010 | 0 | 110000 | 100100000 | 101000 | 100101 |
Color Harmonies of #753884
Complementary color
Monochromatic Colors of #753884
Black with #753884
Text Example
Text Example
White with #753884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753884; }
p { color: rgb(117,56,132); }
H1.HeaderClassName
{
color: #753884;
}
.AnyTagClassName
{
color: #753884;
}
</style>
background-color css
<style>
a { background-color: #753884; }
a { background-color: rgb(117,56,132); }
div.DivClassName
{
background-color: #753884;
}
.BgClassName
{
background-color: #753884;
}
</style>
border-color css
<style>
span { border-color: #753884; }
span { border-color: rgb(117,56,132); }
td.TdClassName
{
border-color: #753884;
}
.TagClassName
{
border-color: #753884;
}
</style>