Shades of Vivid Violet #752E93
Tints of Vivid Violet #752E93
RGB
CMYK
RGB Variations
Color information
#752E93 (or 0x752E93) is known color: Vivid Violet. HEX triplet: 75, 2E and 93. RGB value is (117,46,147). Sum of RGB (Red+Green+Blue) = 117+46+147=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #752E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E93 is #8AD16C. Grayscale: #4E4E4E. Windows color (decimal): -9097581 or 9645685. OLE color: 9645685.
HSL color Cylindrical-coordinate representation of color #752E93: hue angle of 282.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752E93 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 46 | 147 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.42 |
| HSL | 282.18º | 0.52% | 0.38% | - |
| HSV(B) | 282.18º | 0.69% | 0.58% | - |
| XYZ | 13.58 | 7.84 | 28.4 | - |
| YUV | 78.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 147 | 0.20 | 0.69 | 0 | 0.42 | 282.18 | 0.52 | 0.38 |
| Hex | 75 | 2E | 93 | 14 | 45 | 0 | 2A | 11A | 34 | 26 |
| Octal | 165 | 56 | 223 | 24 | 105 | 0 | 52 | 432 | 64 | 46 |
| Binary | 1110101 | 101110 | 10010011 | 10100 | 1000101 | 0 | 101010 | 100011010 | 110100 | 100110 |
Color Harmonies of #752E93
Complementary color
Monochromatic Colors of #752E93
Black with #752E93
Text Example
Text Example
White with #752E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E93; }
p { color: rgb(117,46,147); }
H1.HeaderClassName
{
color: #752E93;
}
.AnyTagClassName
{
color: #752E93;
}
</style>
background-color css
<style>
a { background-color: #752E93; }
a { background-color: rgb(117,46,147); }
div.DivClassName
{
background-color: #752E93;
}
.BgClassName
{
background-color: #752E93;
}
</style>
border-color css
<style>
span { border-color: #752E93; }
span { border-color: rgb(117,46,147); }
td.TdClassName
{
border-color: #752E93;
}
.TagClassName
{
border-color: #752E93;
}
</style>