Shades of Vivid Violet #752F85
Tints of Vivid Violet #752F85
RGB
CMYK
RGB Variations
Color information
#752F85 (or 0x752F85) is known color: Vivid Violet. HEX triplet: 75, 2F and 85. RGB value is (117,47,133). Sum of RGB (Red+Green+Blue) = 117+47+133=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #752F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F85 is #8AD07A. Grayscale: #4D4D4D. Windows color (decimal): -9097339 or 8728437. OLE color: 8728437.
HSL color Cylindrical-coordinate representation of color #752F85: hue angle of 288.84º degrees, saturation: 0.48, 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 #752F85 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 47 | 133 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.48 |
| HSL | 288.84º | 0.48% | 0.35% | - |
| HSV(B) | 288.84º | 0.65% | 0.52% | - |
| XYZ | 12.59 | 7.51 | 22.98 | - |
| YUV | 77.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 133 | 0.12 | 0.65 | 0 | 0.48 | 288.84 | 0.48 | 0.35 |
| Hex | 75 | 2F | 85 | C | 41 | 0 | 30 | 121 | 30 | 23 |
| Octal | 165 | 57 | 205 | 14 | 101 | 0 | 60 | 441 | 60 | 43 |
| Binary | 1110101 | 101111 | 10000101 | 1100 | 1000001 | 0 | 110000 | 100100001 | 110000 | 100011 |
Color Harmonies of #752F85
Complementary color
Monochromatic Colors of #752F85
Black with #752F85
Text Example
Text Example
White with #752F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F85; }
p { color: rgb(117,47,133); }
H1.HeaderClassName
{
color: #752F85;
}
.AnyTagClassName
{
color: #752F85;
}
</style>
background-color css
<style>
a { background-color: #752F85; }
a { background-color: rgb(117,47,133); }
div.DivClassName
{
background-color: #752F85;
}
.BgClassName
{
background-color: #752F85;
}
</style>
border-color css
<style>
span { border-color: #752F85; }
span { border-color: rgb(117,47,133); }
td.TdClassName
{
border-color: #752F85;
}
.TagClassName
{
border-color: #752F85;
}
</style>