Shades of Vivid Violet #752298
Tints of Vivid Violet #752298
RGB
CMYK
RGB Variations
Color information
#752298 (or 0x752298) is known color: Vivid Violet. HEX triplet: 75, 22 and 98. RGB value is (117,34,152). Sum of RGB (Red+Green+Blue) = 117+34+152=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #752298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752298 is #8ADD67. Grayscale: #474747. Windows color (decimal): -9100648 or 9970293. OLE color: 9970293.
HSL color Cylindrical-coordinate representation of color #752298: hue angle of 282.2º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752298 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 34 | 152 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.40 |
| HSL | 282.2º | 0.63% | 0.36% | - |
| HSV(B) | 282.2º | 0.78% | 0.6% | - |
| XYZ | 13.58 | 7.19 | 30.38 | - |
| YUV | 72.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 152 | 0.23 | 0.78 | 0 | 0.40 | 282.2 | 0.63 | 0.36 |
| Hex | 75 | 22 | 98 | 17 | 4E | 0 | 28 | 11A | 3F | 24 |
| Octal | 165 | 42 | 230 | 27 | 116 | 0 | 50 | 432 | 77 | 44 |
| Binary | 1110101 | 100010 | 10011000 | 10111 | 1001110 | 0 | 101000 | 100011010 | 111111 | 100100 |
Color Harmonies of #752298
Complementary color
Monochromatic Colors of #752298
Black with #752298
Text Example
Text Example
White with #752298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752298; }
p { color: rgb(117,34,152); }
H1.HeaderClassName
{
color: #752298;
}
.AnyTagClassName
{
color: #752298;
}
</style>
background-color css
<style>
a { background-color: #752298; }
a { background-color: rgb(117,34,152); }
div.DivClassName
{
background-color: #752298;
}
.BgClassName
{
background-color: #752298;
}
</style>
border-color css
<style>
span { border-color: #752298; }
span { border-color: rgb(117,34,152); }
td.TdClassName
{
border-color: #752298;
}
.TagClassName
{
border-color: #752298;
}
</style>