Shades of Vivid Violet #752E85
Tints of Vivid Violet #752E85
RGB
CMYK
RGB Variations
Color information
#752E85 (or 0x752E85) is known color: Vivid Violet. HEX triplet: 75, 2E and 85. RGB value is (117,46,133). Sum of RGB (Red+Green+Blue) = 117+46+133=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #752E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E85 is #8AD17A. Grayscale: #4C4C4C. Windows color (decimal): -9097595 or 8728181. OLE color: 8728181.
HSL color Cylindrical-coordinate representation of color #752E85: hue angle of 288.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752E85 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 46 | 133 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.48 |
| HSL | 288.97º | 0.49% | 0.35% | - |
| HSV(B) | 288.97º | 0.65% | 0.52% | - |
| XYZ | 12.55 | 7.43 | 22.96 | - |
| YUV | 77.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 133 | 0.12 | 0.65 | 0 | 0.48 | 288.97 | 0.49 | 0.35 |
| Hex | 75 | 2E | 85 | C | 41 | 0 | 30 | 121 | 31 | 23 |
| Octal | 165 | 56 | 205 | 14 | 101 | 0 | 60 | 441 | 61 | 43 |
| Binary | 1110101 | 101110 | 10000101 | 1100 | 1000001 | 0 | 110000 | 100100001 | 110001 | 100011 |
Color Harmonies of #752E85
Complementary color
Monochromatic Colors of #752E85
Black with #752E85
Text Example
Text Example
White with #752E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E85; }
p { color: rgb(117,46,133); }
H1.HeaderClassName
{
color: #752E85;
}
.AnyTagClassName
{
color: #752E85;
}
</style>
background-color css
<style>
a { background-color: #752E85; }
a { background-color: rgb(117,46,133); }
div.DivClassName
{
background-color: #752E85;
}
.BgClassName
{
background-color: #752E85;
}
</style>
border-color css
<style>
span { border-color: #752E85; }
span { border-color: rgb(117,46,133); }
td.TdClassName
{
border-color: #752E85;
}
.TagClassName
{
border-color: #752E85;
}
</style>