Shades of Vivid Violet #753898
Tints of Vivid Violet #753898
RGB
CMYK
RGB Variations
Color information
#753898 (or 0x753898) is known color: Vivid Violet. HEX triplet: 75, 38 and 98. RGB value is (117,56,152). Sum of RGB (Red+Green+Blue) = 117+56+152=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #753898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753898 is #8AC767. Grayscale: #545454. Windows color (decimal): -9095016 or 9975925. OLE color: 9975925.
HSL color Cylindrical-coordinate representation of color #753898: hue angle of 278.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753898 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 56 | 152 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.40 |
| HSL | 278.13º | 0.46% | 0.41% | - |
| HSV(B) | 278.13º | 0.63% | 0.6% | - |
| XYZ | 14.42 | 8.88 | 30.66 | - |
| YUV | 85.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 152 | 0.23 | 0.63 | 0 | 0.40 | 278.13 | 0.46 | 0.41 |
| Hex | 75 | 38 | 98 | 17 | 3F | 0 | 28 | 116 | 2E | 29 |
| Octal | 165 | 70 | 230 | 27 | 77 | 0 | 50 | 426 | 56 | 51 |
| Binary | 1110101 | 111000 | 10011000 | 10111 | 111111 | 0 | 101000 | 100010110 | 101110 | 101001 |
Color Harmonies of #753898
Complementary color
Monochromatic Colors of #753898
Black with #753898
Text Example
Text Example
White with #753898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753898; }
p { color: rgb(117,56,152); }
H1.HeaderClassName
{
color: #753898;
}
.AnyTagClassName
{
color: #753898;
}
</style>
background-color css
<style>
a { background-color: #753898; }
a { background-color: rgb(117,56,152); }
div.DivClassName
{
background-color: #753898;
}
.BgClassName
{
background-color: #753898;
}
</style>
border-color css
<style>
span { border-color: #753898; }
span { border-color: rgb(117,56,152); }
td.TdClassName
{
border-color: #753898;
}
.TagClassName
{
border-color: #753898;
}
</style>