Shades of Vivid Violet #752787
Tints of Vivid Violet #752787
RGB
CMYK
RGB Variations
Color information
#752787 (or 0x752787) is known color: Vivid Violet. HEX triplet: 75, 27 and 87. RGB value is (117,39,135). Sum of RGB (Red+Green+Blue) = 117+39+135=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #752787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752787 is #8AD878. Grayscale: #484848. Windows color (decimal): -9099385 or 8857461. OLE color: 8857461.
HSL color Cylindrical-coordinate representation of color #752787: hue angle of 288.75º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752787 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 39 | 135 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.47 |
| HSL | 288.75º | 0.55% | 0.34% | - |
| HSV(B) | 288.75º | 0.71% | 0.53% | - |
| XYZ | 12.43 | 6.98 | 23.61 | - |
| YUV | 73.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 135 | 0.13 | 0.71 | 0 | 0.47 | 288.75 | 0.55 | 0.34 |
| Hex | 75 | 27 | 87 | D | 47 | 0 | 2F | 121 | 37 | 22 |
| Octal | 165 | 47 | 207 | 15 | 107 | 0 | 57 | 441 | 67 | 42 |
| Binary | 1110101 | 100111 | 10000111 | 1101 | 1000111 | 0 | 101111 | 100100001 | 110111 | 100010 |
Color Harmonies of #752787
Complementary color
Monochromatic Colors of #752787
Black with #752787
Text Example
Text Example
White with #752787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752787; }
p { color: rgb(117,39,135); }
H1.HeaderClassName
{
color: #752787;
}
.AnyTagClassName
{
color: #752787;
}
</style>
background-color css
<style>
a { background-color: #752787; }
a { background-color: rgb(117,39,135); }
div.DivClassName
{
background-color: #752787;
}
.BgClassName
{
background-color: #752787;
}
</style>
border-color css
<style>
span { border-color: #752787; }
span { border-color: rgb(117,39,135); }
td.TdClassName
{
border-color: #752787;
}
.TagClassName
{
border-color: #752787;
}
</style>