Shades of Vivid Violet #70398B
Tints of Vivid Violet #70398B
RGB
CMYK
RGB Variations
Color information
#70398B (or 0x70398B) is known color: Vivid Violet. HEX triplet: 70, 39 and 8B. RGB value is (112,57,139). Sum of RGB (Red+Green+Blue) = 112+57+139=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #70398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70398B is #8FC674. Grayscale: #525252. Windows color (decimal): -9422453 or 9124208. OLE color: 9124208.
HSL color Cylindrical-coordinate representation of color #70398B: hue angle of 280.24º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70398B is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 57 | 139 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.45 |
| HSL | 280.24º | 0.42% | 0.38% | - |
| HSV(B) | 280.24º | 0.59% | 0.55% | - |
| XYZ | 12.81 | 8.24 | 25.34 | - |
| YUV | 82.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 139 | 0.19 | 0.59 | 0 | 0.45 | 280.24 | 0.42 | 0.38 |
| Hex | 70 | 39 | 8B | 13 | 3B | 0 | 2D | 118 | 2A | 26 |
| Octal | 160 | 71 | 213 | 23 | 73 | 0 | 55 | 430 | 52 | 46 |
| Binary | 1110000 | 111001 | 10001011 | 10011 | 111011 | 0 | 101101 | 100011000 | 101010 | 100110 |
Color Harmonies of #70398B
Complementary color
Monochromatic Colors of #70398B
Black with #70398B
Text Example
Text Example
White with #70398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70398B; }
p { color: rgb(112,57,139); }
H1.HeaderClassName
{
color: #70398B;
}
.AnyTagClassName
{
color: #70398B;
}
</style>
background-color css
<style>
a { background-color: #70398B; }
a { background-color: rgb(112,57,139); }
div.DivClassName
{
background-color: #70398B;
}
.BgClassName
{
background-color: #70398B;
}
</style>
border-color css
<style>
span { border-color: #70398B; }
span { border-color: rgb(112,57,139); }
td.TdClassName
{
border-color: #70398B;
}
.TagClassName
{
border-color: #70398B;
}
</style>