Shades of Vivid Violet #753183
Tints of Vivid Violet #753183
RGB
CMYK
RGB Variations
Color information
#753183 (or 0x753183) is known color: Vivid Violet. HEX triplet: 75, 31 and 83. RGB value is (117,49,131). Sum of RGB (Red+Green+Blue) = 117+49+131=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #753183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753183 is #8ACE7C. Grayscale: #4E4E4E. Windows color (decimal): -9096829 or 8597877. OLE color: 8597877.
HSL color Cylindrical-coordinate representation of color #753183: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753183 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 49 | 131 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.49 |
| HSL | 289.76º | 0.46% | 0.35% | - |
| HSV(B) | 289.76º | 0.63% | 0.51% | - |
| XYZ | 12.53 | 7.62 | 22.28 | - |
| YUV | 78.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 131 | 0.11 | 0.63 | 0 | 0.49 | 289.76 | 0.46 | 0.35 |
| Hex | 75 | 31 | 83 | B | 3F | 0 | 31 | 122 | 2E | 23 |
| Octal | 165 | 61 | 203 | 13 | 77 | 0 | 61 | 442 | 56 | 43 |
| Binary | 1110101 | 110001 | 10000011 | 1011 | 111111 | 0 | 110001 | 100100010 | 101110 | 100011 |
Color Harmonies of #753183
Complementary color
Monochromatic Colors of #753183
Black with #753183
Text Example
Text Example
White with #753183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753183; }
p { color: rgb(117,49,131); }
H1.HeaderClassName
{
color: #753183;
}
.AnyTagClassName
{
color: #753183;
}
</style>
background-color css
<style>
a { background-color: #753183; }
a { background-color: rgb(117,49,131); }
div.DivClassName
{
background-color: #753183;
}
.BgClassName
{
background-color: #753183;
}
</style>
border-color css
<style>
span { border-color: #753183; }
span { border-color: rgb(117,49,131); }
td.TdClassName
{
border-color: #753183;
}
.TagClassName
{
border-color: #753183;
}
</style>