Shades of Vivid Violet #752F94
Tints of Vivid Violet #752F94
RGB
CMYK
RGB Variations
Color information
#752F94 (or 0x752F94) is known color: Vivid Violet. HEX triplet: 75, 2F and 94. RGB value is (117,47,148). Sum of RGB (Red+Green+Blue) = 117+47+148=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #752F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F94 is #8AD06B. Grayscale: #4F4F4F. Windows color (decimal): -9097324 or 9711477. OLE color: 9711477.
HSL color Cylindrical-coordinate representation of color #752F94: hue angle of 281.58º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752F94 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 47 | 148 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.42 |
| HSL | 281.58º | 0.52% | 0.38% | - |
| HSV(B) | 281.58º | 0.68% | 0.58% | - |
| XYZ | 13.7 | 7.95 | 28.83 | - |
| YUV | 79.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 148 | 0.21 | 0.68 | 0 | 0.42 | 281.58 | 0.52 | 0.38 |
| Hex | 75 | 2F | 94 | 15 | 44 | 0 | 2A | 11A | 34 | 26 |
| Octal | 165 | 57 | 224 | 25 | 104 | 0 | 52 | 432 | 64 | 46 |
| Binary | 1110101 | 101111 | 10010100 | 10101 | 1000100 | 0 | 101010 | 100011010 | 110100 | 100110 |
Color Harmonies of #752F94
Complementary color
Monochromatic Colors of #752F94
Black with #752F94
Text Example
Text Example
White with #752F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F94; }
p { color: rgb(117,47,148); }
H1.HeaderClassName
{
color: #752F94;
}
.AnyTagClassName
{
color: #752F94;
}
</style>
background-color css
<style>
a { background-color: #752F94; }
a { background-color: rgb(117,47,148); }
div.DivClassName
{
background-color: #752F94;
}
.BgClassName
{
background-color: #752F94;
}
</style>
border-color css
<style>
span { border-color: #752F94; }
span { border-color: rgb(117,47,148); }
td.TdClassName
{
border-color: #752F94;
}
.TagClassName
{
border-color: #752F94;
}
</style>