Shades of Vivid Violet #752F92
Tints of Vivid Violet #752F92
RGB
CMYK
RGB Variations
Color information
#752F92 (or 0x752F92) is known color: Vivid Violet. HEX triplet: 75, 2F and 92. RGB value is (117,47,146). Sum of RGB (Red+Green+Blue) = 117+47+146=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #752F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F92 is #8AD06D. Grayscale: #4E4E4E. Windows color (decimal): -9097326 or 9580405. OLE color: 9580405.
HSL color Cylindrical-coordinate representation of color #752F92: hue angle of 282.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752F92 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 47 | 146 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.43 |
| HSL | 282.42º | 0.51% | 0.38% | - |
| HSV(B) | 282.42º | 0.68% | 0.57% | - |
| XYZ | 13.54 | 7.89 | 28 | - |
| YUV | 79.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 146 | 0.20 | 0.68 | 0 | 0.43 | 282.42 | 0.51 | 0.38 |
| Hex | 75 | 2F | 92 | 14 | 44 | 0 | 2B | 11A | 33 | 26 |
| Octal | 165 | 57 | 222 | 24 | 104 | 0 | 53 | 432 | 63 | 46 |
| Binary | 1110101 | 101111 | 10010010 | 10100 | 1000100 | 0 | 101011 | 100011010 | 110011 | 100110 |
Color Harmonies of #752F92
Complementary color
Monochromatic Colors of #752F92
Black with #752F92
Text Example
Text Example
White with #752F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F92; }
p { color: rgb(117,47,146); }
H1.HeaderClassName
{
color: #752F92;
}
.AnyTagClassName
{
color: #752F92;
}
</style>
background-color css
<style>
a { background-color: #752F92; }
a { background-color: rgb(117,47,146); }
div.DivClassName
{
background-color: #752F92;
}
.BgClassName
{
background-color: #752F92;
}
</style>
border-color css
<style>
span { border-color: #752F92; }
span { border-color: rgb(117,47,146); }
td.TdClassName
{
border-color: #752F92;
}
.TagClassName
{
border-color: #752F92;
}
</style>