Shades of Vivid Violet #752C84
Tints of Vivid Violet #752C84
RGB
CMYK
RGB Variations
Color information
#752C84 (or 0x752C84) is known color: Vivid Violet. HEX triplet: 75, 2C and 84. RGB value is (117,44,132). Sum of RGB (Red+Green+Blue) = 117+44+132=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #752C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C84 is #8AD37B. Grayscale: #4B4B4B. Windows color (decimal): -9098108 or 8662133. OLE color: 8662133.
HSL color Cylindrical-coordinate representation of color #752C84: hue angle of 289.77º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752C84 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 44 | 132 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.48 |
| HSL | 289.77º | 0.5% | 0.35% | - |
| HSV(B) | 289.77º | 0.67% | 0.52% | - |
| XYZ | 12.4 | 7.25 | 22.58 | - |
| YUV | 75.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 132 | 0.11 | 0.67 | 0 | 0.48 | 289.77 | 0.5 | 0.35 |
| Hex | 75 | 2C | 84 | B | 43 | 0 | 30 | 122 | 32 | 23 |
| Octal | 165 | 54 | 204 | 13 | 103 | 0 | 60 | 442 | 62 | 43 |
| Binary | 1110101 | 101100 | 10000100 | 1011 | 1000011 | 0 | 110000 | 100100010 | 110010 | 100011 |
Color Harmonies of #752C84
Complementary color
Monochromatic Colors of #752C84
Black with #752C84
Text Example
Text Example
White with #752C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C84; }
p { color: rgb(117,44,132); }
H1.HeaderClassName
{
color: #752C84;
}
.AnyTagClassName
{
color: #752C84;
}
</style>
background-color css
<style>
a { background-color: #752C84; }
a { background-color: rgb(117,44,132); }
div.DivClassName
{
background-color: #752C84;
}
.BgClassName
{
background-color: #752C84;
}
</style>
border-color css
<style>
span { border-color: #752C84; }
span { border-color: rgb(117,44,132); }
td.TdClassName
{
border-color: #752C84;
}
.TagClassName
{
border-color: #752C84;
}
</style>