Shades of Vivid Violet #752797
Tints of Vivid Violet #752797
RGB
CMYK
RGB Variations
Color information
#752797 (or 0x752797) is known color: Vivid Violet. HEX triplet: 75, 27 and 97. RGB value is (117,39,151). Sum of RGB (Red+Green+Blue) = 117+39+151=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #752797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752797 is #8AD868. Grayscale: #4A4A4A. Windows color (decimal): -9099369 or 9906037. OLE color: 9906037.
HSL color Cylindrical-coordinate representation of color #752797: hue angle of 281.79º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752797 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 39 | 151 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.41 |
| HSL | 281.79º | 0.59% | 0.37% | - |
| HSV(B) | 281.79º | 0.74% | 0.59% | - |
| XYZ | 13.65 | 7.47 | 30 | - |
| YUV | 75.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 151 | 0.23 | 0.74 | 0 | 0.41 | 281.79 | 0.59 | 0.37 |
| Hex | 75 | 27 | 97 | 17 | 4A | 0 | 29 | 11A | 3B | 25 |
| Octal | 165 | 47 | 227 | 27 | 112 | 0 | 51 | 432 | 73 | 45 |
| Binary | 1110101 | 100111 | 10010111 | 10111 | 1001010 | 0 | 101001 | 100011010 | 111011 | 100101 |
Color Harmonies of #752797
Complementary color
Monochromatic Colors of #752797
Black with #752797
Text Example
Text Example
White with #752797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752797; }
p { color: rgb(117,39,151); }
H1.HeaderClassName
{
color: #752797;
}
.AnyTagClassName
{
color: #752797;
}
</style>
background-color css
<style>
a { background-color: #752797; }
a { background-color: rgb(117,39,151); }
div.DivClassName
{
background-color: #752797;
}
.BgClassName
{
background-color: #752797;
}
</style>
border-color css
<style>
span { border-color: #752797; }
span { border-color: rgb(117,39,151); }
td.TdClassName
{
border-color: #752797;
}
.TagClassName
{
border-color: #752797;
}
</style>