Shades of Vivid Violet #752D83
Tints of Vivid Violet #752D83
RGB
CMYK
RGB Variations
Color information
#752D83 (or 0x752D83) is known color: Vivid Violet. HEX triplet: 75, 2D and 83. RGB value is (117,45,131). Sum of RGB (Red+Green+Blue) = 117+45+131=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #752D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752D83 is #8AD27C. Grayscale: #4C4C4C. Windows color (decimal): -9097853 or 8596853. OLE color: 8596853.
HSL color Cylindrical-coordinate representation of color #752D83: hue angle of 290.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752D83 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 45 | 131 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.49 |
| HSL | 290.23º | 0.49% | 0.35% | - |
| HSV(B) | 290.23º | 0.66% | 0.51% | - |
| XYZ | 12.37 | 7.3 | 22.23 | - |
| YUV | 76.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 131 | 0.11 | 0.66 | 0 | 0.49 | 290.23 | 0.49 | 0.35 |
| Hex | 75 | 2D | 83 | B | 42 | 0 | 31 | 122 | 31 | 23 |
| Octal | 165 | 55 | 203 | 13 | 102 | 0 | 61 | 442 | 61 | 43 |
| Binary | 1110101 | 101101 | 10000011 | 1011 | 1000010 | 0 | 110001 | 100100010 | 110001 | 100011 |
Color Harmonies of #752D83
Complementary color
Monochromatic Colors of #752D83
Black with #752D83
Text Example
Text Example
White with #752D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D83; }
p { color: rgb(117,45,131); }
H1.HeaderClassName
{
color: #752D83;
}
.AnyTagClassName
{
color: #752D83;
}
</style>
background-color css
<style>
a { background-color: #752D83; }
a { background-color: rgb(117,45,131); }
div.DivClassName
{
background-color: #752D83;
}
.BgClassName
{
background-color: #752D83;
}
</style>
border-color css
<style>
span { border-color: #752D83; }
span { border-color: rgb(117,45,131); }
td.TdClassName
{
border-color: #752D83;
}
.TagClassName
{
border-color: #752D83;
}
</style>