Shades of Vivid Violet #752186
Tints of Vivid Violet #752186
RGB
CMYK
RGB Variations
Color information
#752186 (or 0x752186) is known color: Vivid Violet. HEX triplet: 75, 21 and 86. RGB value is (117,33,134). Sum of RGB (Red+Green+Blue) = 117+33+134=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #752186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752186 is #8ADE79. Grayscale: #454545. Windows color (decimal): -9100922 or 8790389. OLE color: 8790389.
HSL color Cylindrical-coordinate representation of color #752186: hue angle of 289.9º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752186 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 33 | 134 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.47 |
| HSL | 289.9º | 0.6% | 0.33% | - |
| HSV(B) | 289.9º | 0.75% | 0.53% | - |
| XYZ | 12.18 | 6.59 | 23.18 | - |
| YUV | 69.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 134 | 0.13 | 0.75 | 0 | 0.47 | 289.9 | 0.6 | 0.33 |
| Hex | 75 | 21 | 86 | D | 4B | 0 | 2F | 122 | 3C | 21 |
| Octal | 165 | 41 | 206 | 15 | 113 | 0 | 57 | 442 | 74 | 41 |
| Binary | 1110101 | 100001 | 10000110 | 1101 | 1001011 | 0 | 101111 | 100100010 | 111100 | 100001 |
Color Harmonies of #752186
Complementary color
Monochromatic Colors of #752186
Black with #752186
Text Example
Text Example
White with #752186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752186; }
p { color: rgb(117,33,134); }
H1.HeaderClassName
{
color: #752186;
}
.AnyTagClassName
{
color: #752186;
}
</style>
background-color css
<style>
a { background-color: #752186; }
a { background-color: rgb(117,33,134); }
div.DivClassName
{
background-color: #752186;
}
.BgClassName
{
background-color: #752186;
}
</style>
border-color css
<style>
span { border-color: #752186; }
span { border-color: rgb(117,33,134); }
td.TdClassName
{
border-color: #752186;
}
.TagClassName
{
border-color: #752186;
}
</style>