Shades of Vivid Violet #752C94
Tints of Vivid Violet #752C94
RGB
CMYK
RGB Variations
Color information
#752C94 (or 0x752C94) is known color: Vivid Violet. HEX triplet: 75, 2C and 94. RGB value is (117,44,148). Sum of RGB (Red+Green+Blue) = 117+44+148=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #752C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C94 is #8AD36B. Grayscale: #4D4D4D. Windows color (decimal): -9098092 or 9710709. OLE color: 9710709.
HSL color Cylindrical-coordinate representation of color #752C94: hue angle of 282.12º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752C94 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 44 | 148 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.42 |
| HSL | 282.12º | 0.54% | 0.38% | - |
| HSV(B) | 282.12º | 0.7% | 0.58% | - |
| XYZ | 13.58 | 7.72 | 28.79 | - |
| YUV | 77.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 148 | 0.21 | 0.70 | 0 | 0.42 | 282.12 | 0.54 | 0.38 |
| Hex | 75 | 2C | 94 | 15 | 46 | 0 | 2A | 11A | 36 | 26 |
| Octal | 165 | 54 | 224 | 25 | 106 | 0 | 52 | 432 | 66 | 46 |
| Binary | 1110101 | 101100 | 10010100 | 10101 | 1000110 | 0 | 101010 | 100011010 | 110110 | 100110 |
Color Harmonies of #752C94
Complementary color
Monochromatic Colors of #752C94
Black with #752C94
Text Example
Text Example
White with #752C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C94; }
p { color: rgb(117,44,148); }
H1.HeaderClassName
{
color: #752C94;
}
.AnyTagClassName
{
color: #752C94;
}
</style>
background-color css
<style>
a { background-color: #752C94; }
a { background-color: rgb(117,44,148); }
div.DivClassName
{
background-color: #752C94;
}
.BgClassName
{
background-color: #752C94;
}
</style>
border-color css
<style>
span { border-color: #752C94; }
span { border-color: rgb(117,44,148); }
td.TdClassName
{
border-color: #752C94;
}
.TagClassName
{
border-color: #752C94;
}
</style>