Shades of Vivid Violet #752784
Tints of Vivid Violet #752784
RGB
CMYK
RGB Variations
Color information
#752784 (or 0x752784) is known color: Vivid Violet. HEX triplet: 75, 27 and 84. RGB value is (117,39,132). Sum of RGB (Red+Green+Blue) = 117+39+132=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #752784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752784 is #8AD87B. Grayscale: #484848. Windows color (decimal): -9099388 or 8660853. OLE color: 8660853.
HSL color Cylindrical-coordinate representation of color #752784: hue angle of 290.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752784 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 39 | 132 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.48 |
| HSL | 290.32º | 0.54% | 0.34% | - |
| HSV(B) | 290.32º | 0.7% | 0.52% | - |
| XYZ | 12.23 | 6.9 | 22.52 | - |
| YUV | 72.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 132 | 0.11 | 0.70 | 0 | 0.48 | 290.32 | 0.54 | 0.34 |
| Hex | 75 | 27 | 84 | B | 46 | 0 | 30 | 122 | 36 | 22 |
| Octal | 165 | 47 | 204 | 13 | 106 | 0 | 60 | 442 | 66 | 42 |
| Binary | 1110101 | 100111 | 10000100 | 1011 | 1000110 | 0 | 110000 | 100100010 | 110110 | 100010 |
Color Harmonies of #752784
Complementary color
Monochromatic Colors of #752784
Black with #752784
Text Example
Text Example
White with #752784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752784; }
p { color: rgb(117,39,132); }
H1.HeaderClassName
{
color: #752784;
}
.AnyTagClassName
{
color: #752784;
}
</style>
background-color css
<style>
a { background-color: #752784; }
a { background-color: rgb(117,39,132); }
div.DivClassName
{
background-color: #752784;
}
.BgClassName
{
background-color: #752784;
}
</style>
border-color css
<style>
span { border-color: #752784; }
span { border-color: rgb(117,39,132); }
td.TdClassName
{
border-color: #752784;
}
.TagClassName
{
border-color: #752784;
}
</style>