Shades of Vivid Violet #753084
Tints of Vivid Violet #753084
RGB
CMYK
RGB Variations
Color information
#753084 (or 0x753084) is known color: Vivid Violet. HEX triplet: 75, 30 and 84. RGB value is (117,48,132). Sum of RGB (Red+Green+Blue) = 117+48+132=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #753084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753084 is #8ACF7B. Grayscale: #4D4D4D. Windows color (decimal): -9097084 or 8663157. OLE color: 8663157.
HSL color Cylindrical-coordinate representation of color #753084: hue angle of 289.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753084 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 48 | 132 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.48 |
| HSL | 289.29º | 0.47% | 0.35% | - |
| HSV(B) | 289.29º | 0.64% | 0.52% | - |
| XYZ | 12.56 | 7.56 | 22.63 | - |
| YUV | 78.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 132 | 0.11 | 0.64 | 0 | 0.48 | 289.29 | 0.47 | 0.35 |
| Hex | 75 | 30 | 84 | B | 40 | 0 | 30 | 121 | 2F | 23 |
| Octal | 165 | 60 | 204 | 13 | 100 | 0 | 60 | 441 | 57 | 43 |
| Binary | 1110101 | 110000 | 10000100 | 1011 | 1000000 | 0 | 110000 | 100100001 | 101111 | 100011 |
Color Harmonies of #753084
Complementary color
Monochromatic Colors of #753084
Black with #753084
Text Example
Text Example
White with #753084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753084; }
p { color: rgb(117,48,132); }
H1.HeaderClassName
{
color: #753084;
}
.AnyTagClassName
{
color: #753084;
}
</style>
background-color css
<style>
a { background-color: #753084; }
a { background-color: rgb(117,48,132); }
div.DivClassName
{
background-color: #753084;
}
.BgClassName
{
background-color: #753084;
}
</style>
border-color css
<style>
span { border-color: #753084; }
span { border-color: rgb(117,48,132); }
td.TdClassName
{
border-color: #753084;
}
.TagClassName
{
border-color: #753084;
}
</style>