Shades of Vivid Violet #752391
Tints of Vivid Violet #752391
RGB
CMYK
RGB Variations
Color information
#752391 (or 0x752391) is known color: Vivid Violet. HEX triplet: 75, 23 and 91. RGB value is (117,35,145). Sum of RGB (Red+Green+Blue) = 117+35+145=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #752391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752391 is #8ADC6E. Grayscale: #474747. Windows color (decimal): -9100399 or 9511797. OLE color: 9511797.
HSL color Cylindrical-coordinate representation of color #752391: hue angle of 284.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752391 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 35 | 145 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.43 |
| HSL | 284.73º | 0.61% | 0.35% | - |
| HSV(B) | 284.73º | 0.76% | 0.57% | - |
| XYZ | 13.05 | 7.03 | 27.46 | - |
| YUV | 72.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 145 | 0.19 | 0.76 | 0 | 0.43 | 284.73 | 0.61 | 0.35 |
| Hex | 75 | 23 | 91 | 13 | 4C | 0 | 2B | 11D | 3D | 23 |
| Octal | 165 | 43 | 221 | 23 | 114 | 0 | 53 | 435 | 75 | 43 |
| Binary | 1110101 | 100011 | 10010001 | 10011 | 1001100 | 0 | 101011 | 100011101 | 111101 | 100011 |
Color Harmonies of #752391
Complementary color
Monochromatic Colors of #752391
Black with #752391
Text Example
Text Example
White with #752391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752391; }
p { color: rgb(117,35,145); }
H1.HeaderClassName
{
color: #752391;
}
.AnyTagClassName
{
color: #752391;
}
</style>
background-color css
<style>
a { background-color: #752391; }
a { background-color: rgb(117,35,145); }
div.DivClassName
{
background-color: #752391;
}
.BgClassName
{
background-color: #752391;
}
</style>
border-color css
<style>
span { border-color: #752391; }
span { border-color: rgb(117,35,145); }
td.TdClassName
{
border-color: #752391;
}
.TagClassName
{
border-color: #752391;
}
</style>