Shades of Vivid Violet #752686
Tints of Vivid Violet #752686
RGB
CMYK
RGB Variations
Color information
#752686 (or 0x752686) is known color: Vivid Violet. HEX triplet: 75, 26 and 86. RGB value is (117,38,134). Sum of RGB (Red+Green+Blue) = 117+38+134=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #752686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752686 is #8AD979. Grayscale: #484848. Windows color (decimal): -9099642 or 8791669. OLE color: 8791669.
HSL color Cylindrical-coordinate representation of color #752686: hue angle of 289.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752686 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 38 | 134 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.47 |
| HSL | 289.38º | 0.56% | 0.34% | - |
| HSV(B) | 289.38º | 0.72% | 0.53% | - |
| XYZ | 12.33 | 6.89 | 23.23 | - |
| YUV | 72.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 134 | 0.13 | 0.72 | 0 | 0.47 | 289.38 | 0.56 | 0.34 |
| Hex | 75 | 26 | 86 | D | 48 | 0 | 2F | 121 | 38 | 22 |
| Octal | 165 | 46 | 206 | 15 | 110 | 0 | 57 | 441 | 70 | 42 |
| Binary | 1110101 | 100110 | 10000110 | 1101 | 1001000 | 0 | 101111 | 100100001 | 111000 | 100010 |
Color Harmonies of #752686
Complementary color
Monochromatic Colors of #752686
Black with #752686
Text Example
Text Example
White with #752686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752686; }
p { color: rgb(117,38,134); }
H1.HeaderClassName
{
color: #752686;
}
.AnyTagClassName
{
color: #752686;
}
</style>
background-color css
<style>
a { background-color: #752686; }
a { background-color: rgb(117,38,134); }
div.DivClassName
{
background-color: #752686;
}
.BgClassName
{
background-color: #752686;
}
</style>
border-color css
<style>
span { border-color: #752686; }
span { border-color: rgb(117,38,134); }
td.TdClassName
{
border-color: #752686;
}
.TagClassName
{
border-color: #752686;
}
</style>