Shades of Vivid Violet #752D93
Tints of Vivid Violet #752D93
RGB
CMYK
RGB Variations
Color information
#752D93 (or 0x752D93) is known color: Vivid Violet. HEX triplet: 75, 2D and 93. RGB value is (117,45,147). Sum of RGB (Red+Green+Blue) = 117+45+147=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #752D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752D93 is #8AD26C. Grayscale: #4D4D4D. Windows color (decimal): -9097837 or 9645429. OLE color: 9645429.
HSL color Cylindrical-coordinate representation of color #752D93: hue angle of 282.35º degrees, saturation: 0.53, 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 #752D93 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 45 | 147 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.42 |
| HSL | 282.35º | 0.53% | 0.38% | - |
| HSV(B) | 282.35º | 0.69% | 0.58% | - |
| XYZ | 13.54 | 7.77 | 28.39 | - |
| YUV | 78.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 147 | 0.20 | 0.69 | 0 | 0.42 | 282.35 | 0.53 | 0.38 |
| Hex | 75 | 2D | 93 | 14 | 45 | 0 | 2A | 11A | 35 | 26 |
| Octal | 165 | 55 | 223 | 24 | 105 | 0 | 52 | 432 | 65 | 46 |
| Binary | 1110101 | 101101 | 10010011 | 10100 | 1000101 | 0 | 101010 | 100011010 | 110101 | 100110 |
Color Harmonies of #752D93
Complementary color
Monochromatic Colors of #752D93
Black with #752D93
Text Example
Text Example
White with #752D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D93; }
p { color: rgb(117,45,147); }
H1.HeaderClassName
{
color: #752D93;
}
.AnyTagClassName
{
color: #752D93;
}
</style>
background-color css
<style>
a { background-color: #752D93; }
a { background-color: rgb(117,45,147); }
div.DivClassName
{
background-color: #752D93;
}
.BgClassName
{
background-color: #752D93;
}
</style>
border-color css
<style>
span { border-color: #752D93; }
span { border-color: rgb(117,45,147); }
td.TdClassName
{
border-color: #752D93;
}
.TagClassName
{
border-color: #752D93;
}
</style>