Shades of Vivid Violet #752898
Tints of Vivid Violet #752898
RGB
CMYK
RGB Variations
Color information
#752898 (or 0x752898) is known color: Vivid Violet. HEX triplet: 75, 28 and 98. RGB value is (117,40,152). Sum of RGB (Red+Green+Blue) = 117+40+152=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #752898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752898 is #8AD767. Grayscale: #4B4B4B. Windows color (decimal): -9099112 or 9971829. OLE color: 9971829.
HSL color Cylindrical-coordinate representation of color #752898: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752898 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 40 | 152 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.40 |
| HSL | 281.25º | 0.58% | 0.38% | - |
| HSV(B) | 281.25º | 0.74% | 0.6% | - |
| XYZ | 13.76 | 7.57 | 30.44 | - |
| YUV | 75.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 152 | 0.23 | 0.74 | 0 | 0.40 | 281.25 | 0.58 | 0.38 |
| Hex | 75 | 28 | 98 | 17 | 4A | 0 | 28 | 119 | 3A | 26 |
| Octal | 165 | 50 | 230 | 27 | 112 | 0 | 50 | 431 | 72 | 46 |
| Binary | 1110101 | 101000 | 10011000 | 10111 | 1001010 | 0 | 101000 | 100011001 | 111010 | 100110 |
Color Harmonies of #752898
Complementary color
Monochromatic Colors of #752898
Black with #752898
Text Example
Text Example
White with #752898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752898; }
p { color: rgb(117,40,152); }
H1.HeaderClassName
{
color: #752898;
}
.AnyTagClassName
{
color: #752898;
}
</style>
background-color css
<style>
a { background-color: #752898; }
a { background-color: rgb(117,40,152); }
div.DivClassName
{
background-color: #752898;
}
.BgClassName
{
background-color: #752898;
}
</style>
border-color css
<style>
span { border-color: #752898; }
span { border-color: rgb(117,40,152); }
td.TdClassName
{
border-color: #752898;
}
.TagClassName
{
border-color: #752898;
}
</style>