Shades of Vivid Violet #752390
Tints of Vivid Violet #752390
RGB
CMYK
RGB Variations
Color information
#752390 (or 0x752390) is known color: Vivid Violet. HEX triplet: 75, 23 and 90. RGB value is (117,35,144). Sum of RGB (Red+Green+Blue) = 117+35+144=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #752390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752390 is #8ADC6F. Grayscale: #474747. Windows color (decimal): -9100400 or 9446261. OLE color: 9446261.
HSL color Cylindrical-coordinate representation of color #752390: hue angle of 285.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752390 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 35 | 144 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.44 |
| HSL | 285.14º | 0.61% | 0.35% | - |
| HSV(B) | 285.14º | 0.76% | 0.56% | - |
| XYZ | 12.97 | 7 | 27.05 | - |
| YUV | 71.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 144 | 0.19 | 0.76 | 0 | 0.44 | 285.14 | 0.61 | 0.35 |
| Hex | 75 | 23 | 90 | 13 | 4C | 0 | 2C | 11D | 3D | 23 |
| Octal | 165 | 43 | 220 | 23 | 114 | 0 | 54 | 435 | 75 | 43 |
| Binary | 1110101 | 100011 | 10010000 | 10011 | 1001100 | 0 | 101100 | 100011101 | 111101 | 100011 |
Color Harmonies of #752390
Complementary color
Monochromatic Colors of #752390
Black with #752390
Text Example
Text Example
White with #752390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752390; }
p { color: rgb(117,35,144); }
H1.HeaderClassName
{
color: #752390;
}
.AnyTagClassName
{
color: #752390;
}
</style>
background-color css
<style>
a { background-color: #752390; }
a { background-color: rgb(117,35,144); }
div.DivClassName
{
background-color: #752390;
}
.BgClassName
{
background-color: #752390;
}
</style>
border-color css
<style>
span { border-color: #752390; }
span { border-color: rgb(117,35,144); }
td.TdClassName
{
border-color: #752390;
}
.TagClassName
{
border-color: #752390;
}
</style>