Shades of Vivid Violet #75318E
Tints of Vivid Violet #75318E
RGB
CMYK
RGB Variations
Color information
#75318E (or 0x75318E) is known color: Vivid Violet. HEX triplet: 75, 31 and 8E. RGB value is (117,49,142). Sum of RGB (Red+Green+Blue) = 117+49+142=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #75318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75318E is #8ACE71. Grayscale: #4F4F4F. Windows color (decimal): -9096818 or 9318773. OLE color: 9318773.
HSL color Cylindrical-coordinate representation of color #75318E: hue angle of 283.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75318E is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 49 | 142 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.44 |
| HSL | 283.87º | 0.49% | 0.37% | - |
| HSV(B) | 283.87º | 0.65% | 0.56% | - |
| XYZ | 13.32 | 7.93 | 26.42 | - |
| YUV | 79.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 142 | 0.18 | 0.65 | 0 | 0.44 | 283.87 | 0.49 | 0.37 |
| Hex | 75 | 31 | 8E | 12 | 41 | 0 | 2C | 11C | 31 | 25 |
| Octal | 165 | 61 | 216 | 22 | 101 | 0 | 54 | 434 | 61 | 45 |
| Binary | 1110101 | 110001 | 10001110 | 10010 | 1000001 | 0 | 101100 | 100011100 | 110001 | 100101 |
Color Harmonies of #75318E
Complementary color
Monochromatic Colors of #75318E
Black with #75318E
Text Example
Text Example
White with #75318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75318E; }
p { color: rgb(117,49,142); }
H1.HeaderClassName
{
color: #75318E;
}
.AnyTagClassName
{
color: #75318E;
}
</style>
background-color css
<style>
a { background-color: #75318E; }
a { background-color: rgb(117,49,142); }
div.DivClassName
{
background-color: #75318E;
}
.BgClassName
{
background-color: #75318E;
}
</style>
border-color css
<style>
span { border-color: #75318E; }
span { border-color: rgb(117,49,142); }
td.TdClassName
{
border-color: #75318E;
}
.TagClassName
{
border-color: #75318E;
}
</style>