Shades of Vivid Violet #70328B
Tints of Vivid Violet #70328B
RGB
CMYK
RGB Variations
Color information
#70328B (or 0x70328B) is known color: Vivid Violet. HEX triplet: 70, 32 and 8B. RGB value is (112,50,139). Sum of RGB (Red+Green+Blue) = 112+50+139=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #70328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70328B is #8FCD74. Grayscale: #4E4E4E. Windows color (decimal): -9424245 or 9122416. OLE color: 9122416.
HSL color Cylindrical-coordinate representation of color #70328B: hue angle of 281.8º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70328B is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 50 | 139 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.45 |
| HSL | 281.8º | 0.47% | 0.37% | - |
| HSV(B) | 281.8º | 0.64% | 0.55% | - |
| XYZ | 12.48 | 7.59 | 25.23 | - |
| YUV | 78.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 139 | 0.19 | 0.64 | 0 | 0.45 | 281.8 | 0.47 | 0.37 |
| Hex | 70 | 32 | 8B | 13 | 40 | 0 | 2D | 11A | 2F | 25 |
| Octal | 160 | 62 | 213 | 23 | 100 | 0 | 55 | 432 | 57 | 45 |
| Binary | 1110000 | 110010 | 10001011 | 10011 | 1000000 | 0 | 101101 | 100011010 | 101111 | 100101 |
Color Harmonies of #70328B
Complementary color
Monochromatic Colors of #70328B
Black with #70328B
Text Example
Text Example
White with #70328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70328B; }
p { color: rgb(112,50,139); }
H1.HeaderClassName
{
color: #70328B;
}
.AnyTagClassName
{
color: #70328B;
}
</style>
background-color css
<style>
a { background-color: #70328B; }
a { background-color: rgb(112,50,139); }
div.DivClassName
{
background-color: #70328B;
}
.BgClassName
{
background-color: #70328B;
}
</style>
border-color css
<style>
span { border-color: #70328B; }
span { border-color: rgb(112,50,139); }
td.TdClassName
{
border-color: #70328B;
}
.TagClassName
{
border-color: #70328B;
}
</style>