Shades of Vivid Violet #752892
Tints of Vivid Violet #752892
RGB
CMYK
RGB Variations
Color information
#752892 (or 0x752892) is known color: Vivid Violet. HEX triplet: 75, 28 and 92. RGB value is (117,40,146). Sum of RGB (Red+Green+Blue) = 117+40+146=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #752892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752892 is #8AD76D. Grayscale: #4A4A4A. Windows color (decimal): -9099118 or 9578613. OLE color: 9578613.
HSL color Cylindrical-coordinate representation of color #752892: hue angle of 283.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752892 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 40 | 146 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.43 |
| HSL | 283.58º | 0.57% | 0.36% | - |
| HSV(B) | 283.58º | 0.73% | 0.57% | - |
| XYZ | 13.28 | 7.37 | 27.92 | - |
| YUV | 75.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 146 | 0.20 | 0.73 | 0 | 0.43 | 283.58 | 0.57 | 0.36 |
| Hex | 75 | 28 | 92 | 14 | 49 | 0 | 2B | 11C | 39 | 24 |
| Octal | 165 | 50 | 222 | 24 | 111 | 0 | 53 | 434 | 71 | 44 |
| Binary | 1110101 | 101000 | 10010010 | 10100 | 1001001 | 0 | 101011 | 100011100 | 111001 | 100100 |
Color Harmonies of #752892
Complementary color
Monochromatic Colors of #752892
Black with #752892
Text Example
Text Example
White with #752892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752892; }
p { color: rgb(117,40,146); }
H1.HeaderClassName
{
color: #752892;
}
.AnyTagClassName
{
color: #752892;
}
</style>
background-color css
<style>
a { background-color: #752892; }
a { background-color: rgb(117,40,146); }
div.DivClassName
{
background-color: #752892;
}
.BgClassName
{
background-color: #752892;
}
</style>
border-color css
<style>
span { border-color: #752892; }
span { border-color: rgb(117,40,146); }
td.TdClassName
{
border-color: #752892;
}
.TagClassName
{
border-color: #752892;
}
</style>