Shades of Vivid Violet #753488
Tints of Vivid Violet #753488
RGB
CMYK
RGB Variations
Color information
#753488 (or 0x753488) is known color: Vivid Violet. HEX triplet: 75, 34 and 88. RGB value is (117,52,136). Sum of RGB (Red+Green+Blue) = 117+52+136=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #753488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753488 is #8ACB77. Grayscale: #505050. Windows color (decimal): -9096056 or 8926325. OLE color: 8926325.
HSL color Cylindrical-coordinate representation of color #753488: hue angle of 286.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753488 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 52 | 136 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.47 |
| HSL | 286.43º | 0.45% | 0.37% | - |
| HSV(B) | 286.43º | 0.62% | 0.53% | - |
| XYZ | 13.01 | 8.02 | 24.15 | - |
| YUV | 81.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 136 | 0.14 | 0.62 | 0 | 0.47 | 286.43 | 0.45 | 0.37 |
| Hex | 75 | 34 | 88 | E | 3E | 0 | 2F | 11E | 2D | 25 |
| Octal | 165 | 64 | 210 | 16 | 76 | 0 | 57 | 436 | 55 | 45 |
| Binary | 1110101 | 110100 | 10001000 | 1110 | 111110 | 0 | 101111 | 100011110 | 101101 | 100101 |
Color Harmonies of #753488
Complementary color
Monochromatic Colors of #753488
Black with #753488
Text Example
Text Example
White with #753488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753488; }
p { color: rgb(117,52,136); }
H1.HeaderClassName
{
color: #753488;
}
.AnyTagClassName
{
color: #753488;
}
</style>
background-color css
<style>
a { background-color: #753488; }
a { background-color: rgb(117,52,136); }
div.DivClassName
{
background-color: #753488;
}
.BgClassName
{
background-color: #753488;
}
</style>
border-color css
<style>
span { border-color: #753488; }
span { border-color: rgb(117,52,136); }
td.TdClassName
{
border-color: #753488;
}
.TagClassName
{
border-color: #753488;
}
</style>