Shades of Vivid Violet #752591
Tints of Vivid Violet #752591
RGB
CMYK
RGB Variations
Color information
#752591 (or 0x752591) is known color: Vivid Violet. HEX triplet: 75, 25 and 91. RGB value is (117,37,145). Sum of RGB (Red+Green+Blue) = 117+37+145=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #752591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752591 is #8ADA6E. Grayscale: #484848. Windows color (decimal): -9099887 or 9512309. OLE color: 9512309.
HSL color Cylindrical-coordinate representation of color #752591: hue angle of 284.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752591 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 37 | 145 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.43 |
| HSL | 284.44º | 0.59% | 0.36% | - |
| HSV(B) | 284.44º | 0.74% | 0.57% | - |
| XYZ | 13.11 | 7.15 | 27.48 | - |
| YUV | 73.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 145 | 0.19 | 0.74 | 0 | 0.43 | 284.44 | 0.59 | 0.36 |
| Hex | 75 | 25 | 91 | 13 | 4A | 0 | 2B | 11C | 3B | 24 |
| Octal | 165 | 45 | 221 | 23 | 112 | 0 | 53 | 434 | 73 | 44 |
| Binary | 1110101 | 100101 | 10010001 | 10011 | 1001010 | 0 | 101011 | 100011100 | 111011 | 100100 |
Color Harmonies of #752591
Complementary color
Monochromatic Colors of #752591
Black with #752591
Text Example
Text Example
White with #752591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752591; }
p { color: rgb(117,37,145); }
H1.HeaderClassName
{
color: #752591;
}
.AnyTagClassName
{
color: #752591;
}
</style>
background-color css
<style>
a { background-color: #752591; }
a { background-color: rgb(117,37,145); }
div.DivClassName
{
background-color: #752591;
}
.BgClassName
{
background-color: #752591;
}
</style>
border-color css
<style>
span { border-color: #752591; }
span { border-color: rgb(117,37,145); }
td.TdClassName
{
border-color: #752591;
}
.TagClassName
{
border-color: #752591;
}
</style>