Shades of Vivid Violet #752895
Tints of Vivid Violet #752895
RGB
CMYK
RGB Variations
Color information
#752895 (or 0x752895) is known color: Vivid Violet. HEX triplet: 75, 28 and 95. RGB value is (117,40,149). Sum of RGB (Red+Green+Blue) = 117+40+149=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #752895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752895 is #8AD76A. Grayscale: #4B4B4B. Windows color (decimal): -9099115 or 9775221. OLE color: 9775221.
HSL color Cylindrical-coordinate representation of color #752895: hue angle of 282.39º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752895 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 40 | 149 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.42 |
| HSL | 282.39º | 0.58% | 0.37% | - |
| HSV(B) | 282.39º | 0.73% | 0.58% | - |
| XYZ | 13.52 | 7.47 | 29.16 | - |
| YUV | 75.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 149 | 0.21 | 0.73 | 0 | 0.42 | 282.39 | 0.58 | 0.37 |
| Hex | 75 | 28 | 95 | 15 | 49 | 0 | 2A | 11A | 3A | 25 |
| Octal | 165 | 50 | 225 | 25 | 111 | 0 | 52 | 432 | 72 | 45 |
| Binary | 1110101 | 101000 | 10010101 | 10101 | 1001001 | 0 | 101010 | 100011010 | 111010 | 100101 |
Color Harmonies of #752895
Complementary color
Monochromatic Colors of #752895
Black with #752895
Text Example
Text Example
White with #752895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752895; }
p { color: rgb(117,40,149); }
H1.HeaderClassName
{
color: #752895;
}
.AnyTagClassName
{
color: #752895;
}
</style>
background-color css
<style>
a { background-color: #752895; }
a { background-color: rgb(117,40,149); }
div.DivClassName
{
background-color: #752895;
}
.BgClassName
{
background-color: #752895;
}
</style>
border-color css
<style>
span { border-color: #752895; }
span { border-color: rgb(117,40,149); }
td.TdClassName
{
border-color: #752895;
}
.TagClassName
{
border-color: #752895;
}
</style>