Shades of Vivid Violet #752082
Tints of Vivid Violet #752082
RGB
CMYK
RGB Variations
Color information
#752082 (or 0x752082) is known color: Vivid Violet. HEX triplet: 75, 20 and 82. RGB value is (117,32,130). Sum of RGB (Red+Green+Blue) = 117+32+130=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #752082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752082 is #8ADF7D. Grayscale: #444444. Windows color (decimal): -9101182 or 8527989. OLE color: 8527989.
HSL color Cylindrical-coordinate representation of color #752082: hue angle of 292.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752082 is Cyan = 0.1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 32 | 130 | - |
| CMYK | 0.1 | 0.75 | 0 | 0.49 |
| HSL | 292.04º | 0.6% | 0.32% | - |
| HSV(B) | 292.04º | 0.75% | 0.51% | - |
| XYZ | 11.88 | 6.43 | 21.73 | - |
| YUV | 68.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 130 | 0.1 | 0.75 | 0 | 0.49 | 292.04 | 0.6 | 0.32 |
| Hex | 75 | 20 | 82 | A | 4B | 0 | 31 | 124 | 3C | 20 |
| Octal | 165 | 40 | 202 | 12 | 113 | 0 | 61 | 444 | 74 | 40 |
| Binary | 1110101 | 100000 | 10000010 | 1010 | 1001011 | 0 | 110001 | 100100100 | 111100 | 100000 |
Color Harmonies of #752082
Complementary color
Monochromatic Colors of #752082
Black with #752082
Text Example
Text Example
White with #752082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752082; }
p { color: rgb(117,32,130); }
H1.HeaderClassName
{
color: #752082;
}
.AnyTagClassName
{
color: #752082;
}
</style>
background-color css
<style>
a { background-color: #752082; }
a { background-color: rgb(117,32,130); }
div.DivClassName
{
background-color: #752082;
}
.BgClassName
{
background-color: #752082;
}
</style>
border-color css
<style>
span { border-color: #752082; }
span { border-color: rgb(117,32,130); }
td.TdClassName
{
border-color: #752082;
}
.TagClassName
{
border-color: #752082;
}
</style>