Shades of Vivid Violet #752B8D
Tints of Vivid Violet #752B8D
RGB
CMYK
RGB Variations
Color information
#752B8D (or 0x752B8D) is known color: Vivid Violet. HEX triplet: 75, 2B and 8D. RGB value is (117,43,141). Sum of RGB (Red+Green+Blue) = 117+43+141=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #752B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752B8D is #8AD472. Grayscale: #4B4B4B. Windows color (decimal): -9098355 or 9251701. OLE color: 9251701.
HSL color Cylindrical-coordinate representation of color #752B8D: hue angle of 285.31º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752B8D is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 43 | 141 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.45 |
| HSL | 285.31º | 0.53% | 0.36% | - |
| HSV(B) | 285.31º | 0.7% | 0.55% | - |
| XYZ | 13.01 | 7.43 | 25.95 | - |
| YUV | 76.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 141 | 0.17 | 0.70 | 0 | 0.45 | 285.31 | 0.53 | 0.36 |
| Hex | 75 | 2B | 8D | 11 | 46 | 0 | 2D | 11D | 35 | 24 |
| Octal | 165 | 53 | 215 | 21 | 106 | 0 | 55 | 435 | 65 | 44 |
| Binary | 1110101 | 101011 | 10001101 | 10001 | 1000110 | 0 | 101101 | 100011101 | 110101 | 100100 |
Color Harmonies of #752B8D
Complementary color
Monochromatic Colors of #752B8D
Black with #752B8D
Text Example
Text Example
White with #752B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B8D; }
p { color: rgb(117,43,141); }
H1.HeaderClassName
{
color: #752B8D;
}
.AnyTagClassName
{
color: #752B8D;
}
</style>
background-color css
<style>
a { background-color: #752B8D; }
a { background-color: rgb(117,43,141); }
div.DivClassName
{
background-color: #752B8D;
}
.BgClassName
{
background-color: #752B8D;
}
</style>
border-color css
<style>
span { border-color: #752B8D; }
span { border-color: rgb(117,43,141); }
td.TdClassName
{
border-color: #752B8D;
}
.TagClassName
{
border-color: #752B8D;
}
</style>