Shades of Vivid Violet #752182
Tints of Vivid Violet #752182
RGB
CMYK
RGB Variations
Color information
#752182 (or 0x752182) is known color: Vivid Violet. HEX triplet: 75, 21 and 82. RGB value is (117,33,130). Sum of RGB (Red+Green+Blue) = 117+33+130=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #752182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752182 is #8ADE7D. Grayscale: #444444. Windows color (decimal): -9100926 or 8528245. OLE color: 8528245.
HSL color Cylindrical-coordinate representation of color #752182: hue angle of 291.96º 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 #752182 is Cyan = 0.1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 33 | 130 | - |
| CMYK | 0.1 | 0.75 | 0 | 0.49 |
| HSL | 291.96º | 0.6% | 0.32% | - |
| HSV(B) | 291.96º | 0.75% | 0.51% | - |
| XYZ | 11.91 | 6.48 | 21.74 | - |
| YUV | 69.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 130 | 0.1 | 0.75 | 0 | 0.49 | 291.96 | 0.6 | 0.32 |
| Hex | 75 | 21 | 82 | A | 4B | 0 | 31 | 124 | 3C | 20 |
| Octal | 165 | 41 | 202 | 12 | 113 | 0 | 61 | 444 | 74 | 40 |
| Binary | 1110101 | 100001 | 10000010 | 1010 | 1001011 | 0 | 110001 | 100100100 | 111100 | 100000 |
Color Harmonies of #752182
Complementary color
Monochromatic Colors of #752182
Black with #752182
Text Example
Text Example
White with #752182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752182; }
p { color: rgb(117,33,130); }
H1.HeaderClassName
{
color: #752182;
}
.AnyTagClassName
{
color: #752182;
}
</style>
background-color css
<style>
a { background-color: #752182; }
a { background-color: rgb(117,33,130); }
div.DivClassName
{
background-color: #752182;
}
.BgClassName
{
background-color: #752182;
}
</style>
border-color css
<style>
span { border-color: #752182; }
span { border-color: rgb(117,33,130); }
td.TdClassName
{
border-color: #752182;
}
.TagClassName
{
border-color: #752182;
}
</style>