Shades of Vivid Violet #752C85
Tints of Vivid Violet #752C85
RGB
CMYK
RGB Variations
Color information
#752C85 (or 0x752C85) is known color: Vivid Violet. HEX triplet: 75, 2C and 85. RGB value is (117,44,133). Sum of RGB (Red+Green+Blue) = 117+44+133=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #752C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C85 is #8AD37A. Grayscale: #4B4B4B. Windows color (decimal): -9098107 or 8727669. OLE color: 8727669.
HSL color Cylindrical-coordinate representation of color #752C85: hue angle of 289.21º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752C85 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 44 | 133 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.48 |
| HSL | 289.21º | 0.5% | 0.35% | - |
| HSV(B) | 289.21º | 0.67% | 0.52% | - |
| XYZ | 12.47 | 7.28 | 22.94 | - |
| YUV | 75.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 133 | 0.12 | 0.67 | 0 | 0.48 | 289.21 | 0.5 | 0.35 |
| Hex | 75 | 2C | 85 | C | 43 | 0 | 30 | 121 | 32 | 23 |
| Octal | 165 | 54 | 205 | 14 | 103 | 0 | 60 | 441 | 62 | 43 |
| Binary | 1110101 | 101100 | 10000101 | 1100 | 1000011 | 0 | 110000 | 100100001 | 110010 | 100011 |
Color Harmonies of #752C85
Complementary color
Monochromatic Colors of #752C85
Black with #752C85
Text Example
Text Example
White with #752C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C85; }
p { color: rgb(117,44,133); }
H1.HeaderClassName
{
color: #752C85;
}
.AnyTagClassName
{
color: #752C85;
}
</style>
background-color css
<style>
a { background-color: #752C85; }
a { background-color: rgb(117,44,133); }
div.DivClassName
{
background-color: #752C85;
}
.BgClassName
{
background-color: #752C85;
}
</style>
border-color css
<style>
span { border-color: #752C85; }
span { border-color: rgb(117,44,133); }
td.TdClassName
{
border-color: #752C85;
}
.TagClassName
{
border-color: #752C85;
}
</style>