Shades of Vivid Violet #752798
Tints of Vivid Violet #752798
RGB
CMYK
RGB Variations
Color information
#752798 (or 0x752798) is known color: Vivid Violet. HEX triplet: 75, 27 and 98. RGB value is (117,39,152). Sum of RGB (Red+Green+Blue) = 117+39+152=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #752798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752798 is #8AD867. Grayscale: #4A4A4A. Windows color (decimal): -9099368 or 9971573. OLE color: 9971573.
HSL color Cylindrical-coordinate representation of color #752798: hue angle of 281.42º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752798 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 39 | 152 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.40 |
| HSL | 281.42º | 0.59% | 0.37% | - |
| HSV(B) | 281.42º | 0.74% | 0.6% | - |
| XYZ | 13.73 | 7.5 | 30.43 | - |
| YUV | 75.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 152 | 0.23 | 0.74 | 0 | 0.40 | 281.42 | 0.59 | 0.37 |
| Hex | 75 | 27 | 98 | 17 | 4A | 0 | 28 | 119 | 3B | 25 |
| Octal | 165 | 47 | 230 | 27 | 112 | 0 | 50 | 431 | 73 | 45 |
| Binary | 1110101 | 100111 | 10011000 | 10111 | 1001010 | 0 | 101000 | 100011001 | 111011 | 100101 |
Color Harmonies of #752798
Complementary color
Monochromatic Colors of #752798
Black with #752798
Text Example
Text Example
White with #752798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752798; }
p { color: rgb(117,39,152); }
H1.HeaderClassName
{
color: #752798;
}
.AnyTagClassName
{
color: #752798;
}
</style>
background-color css
<style>
a { background-color: #752798; }
a { background-color: rgb(117,39,152); }
div.DivClassName
{
background-color: #752798;
}
.BgClassName
{
background-color: #752798;
}
</style>
border-color css
<style>
span { border-color: #752798; }
span { border-color: rgb(117,39,152); }
td.TdClassName
{
border-color: #752798;
}
.TagClassName
{
border-color: #752798;
}
</style>