Shades of Vivid Violet #752C83
Tints of Vivid Violet #752C83
RGB
CMYK
RGB Variations
Color information
#752C83 (or 0x752C83) is known color: Vivid Violet. HEX triplet: 75, 2C and 83. RGB value is (117,44,131). Sum of RGB (Red+Green+Blue) = 117+44+131=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #752C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C83 is #8AD37C. Grayscale: #4B4B4B. Windows color (decimal): -9098109 or 8596597. OLE color: 8596597.
HSL color Cylindrical-coordinate representation of color #752C83: hue angle of 290.34º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752C83 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 44 | 131 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.49 |
| HSL | 290.34º | 0.5% | 0.34% | - |
| HSV(B) | 290.34º | 0.66% | 0.51% | - |
| XYZ | 12.33 | 7.22 | 22.22 | - |
| YUV | 75.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 131 | 0.11 | 0.66 | 0 | 0.49 | 290.34 | 0.5 | 0.34 |
| Hex | 75 | 2C | 83 | B | 42 | 0 | 31 | 122 | 32 | 22 |
| Octal | 165 | 54 | 203 | 13 | 102 | 0 | 61 | 442 | 62 | 42 |
| Binary | 1110101 | 101100 | 10000011 | 1011 | 1000010 | 0 | 110001 | 100100010 | 110010 | 100010 |
Color Harmonies of #752C83
Complementary color
Monochromatic Colors of #752C83
Black with #752C83
Text Example
Text Example
White with #752C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C83; }
p { color: rgb(117,44,131); }
H1.HeaderClassName
{
color: #752C83;
}
.AnyTagClassName
{
color: #752C83;
}
</style>
background-color css
<style>
a { background-color: #752C83; }
a { background-color: rgb(117,44,131); }
div.DivClassName
{
background-color: #752C83;
}
.BgClassName
{
background-color: #752C83;
}
</style>
border-color css
<style>
span { border-color: #752C83; }
span { border-color: rgb(117,44,131); }
td.TdClassName
{
border-color: #752C83;
}
.TagClassName
{
border-color: #752C83;
}
</style>