Shades of Vivid Violet #70328E
Tints of Vivid Violet #70328E
RGB
CMYK
RGB Variations
Color information
#70328E (or 0x70328E) is known color: Vivid Violet. HEX triplet: 70, 32 and 8E. RGB value is (112,50,142). Sum of RGB (Red+Green+Blue) = 112+50+142=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #70328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70328E is #8FCD71. Grayscale: #4E4E4E. Windows color (decimal): -9424242 or 9319024. OLE color: 9319024.
HSL color Cylindrical-coordinate representation of color #70328E: hue angle of 280.43º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70328E is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 50 | 142 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.44 |
| HSL | 280.43º | 0.48% | 0.38% | - |
| HSV(B) | 280.43º | 0.65% | 0.56% | - |
| XYZ | 12.71 | 7.68 | 26.4 | - |
| YUV | 79.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 142 | 0.21 | 0.65 | 0 | 0.44 | 280.43 | 0.48 | 0.38 |
| Hex | 70 | 32 | 8E | 15 | 41 | 0 | 2C | 118 | 30 | 26 |
| Octal | 160 | 62 | 216 | 25 | 101 | 0 | 54 | 430 | 60 | 46 |
| Binary | 1110000 | 110010 | 10001110 | 10101 | 1000001 | 0 | 101100 | 100011000 | 110000 | 100110 |
Color Harmonies of #70328E
Complementary color
Monochromatic Colors of #70328E
Black with #70328E
Text Example
Text Example
White with #70328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70328E; }
p { color: rgb(112,50,142); }
H1.HeaderClassName
{
color: #70328E;
}
.AnyTagClassName
{
color: #70328E;
}
</style>
background-color css
<style>
a { background-color: #70328E; }
a { background-color: rgb(112,50,142); }
div.DivClassName
{
background-color: #70328E;
}
.BgClassName
{
background-color: #70328E;
}
</style>
border-color css
<style>
span { border-color: #70328E; }
span { border-color: rgb(112,50,142); }
td.TdClassName
{
border-color: #70328E;
}
.TagClassName
{
border-color: #70328E;
}
</style>