Shades of Vivid Violet #752A83
Tints of Vivid Violet #752A83
RGB
CMYK
RGB Variations
Color information
#752A83 (or 0x752A83) is known color: Vivid Violet. HEX triplet: 75, 2A and 83. RGB value is (117,42,131). Sum of RGB (Red+Green+Blue) = 117+42+131=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #752A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752A83 is #8AD57C. Grayscale: #4A4A4A. Windows color (decimal): -9098621 or 8596085. OLE color: 8596085.
HSL color Cylindrical-coordinate representation of color #752A83: hue angle of 290.56º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752A83 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 42 | 131 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.49 |
| HSL | 290.56º | 0.51% | 0.34% | - |
| HSV(B) | 290.56º | 0.68% | 0.51% | - |
| XYZ | 12.26 | 7.08 | 22.19 | - |
| YUV | 74.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 131 | 0.11 | 0.68 | 0 | 0.49 | 290.56 | 0.51 | 0.34 |
| Hex | 75 | 2A | 83 | B | 44 | 0 | 31 | 123 | 33 | 22 |
| Octal | 165 | 52 | 203 | 13 | 104 | 0 | 61 | 443 | 63 | 42 |
| Binary | 1110101 | 101010 | 10000011 | 1011 | 1000100 | 0 | 110001 | 100100011 | 110011 | 100010 |
Color Harmonies of #752A83
Complementary color
Monochromatic Colors of #752A83
Black with #752A83
Text Example
Text Example
White with #752A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A83; }
p { color: rgb(117,42,131); }
H1.HeaderClassName
{
color: #752A83;
}
.AnyTagClassName
{
color: #752A83;
}
</style>
background-color css
<style>
a { background-color: #752A83; }
a { background-color: rgb(117,42,131); }
div.DivClassName
{
background-color: #752A83;
}
.BgClassName
{
background-color: #752A83;
}
</style>
border-color css
<style>
span { border-color: #752A83; }
span { border-color: rgb(117,42,131); }
td.TdClassName
{
border-color: #752A83;
}
.TagClassName
{
border-color: #752A83;
}
</style>