Shades of Vivid Violet #70358B
Tints of Vivid Violet #70358B
RGB
CMYK
RGB Variations
Color information
#70358B (or 0x70358B) is known color: Vivid Violet. HEX triplet: 70, 35 and 8B. RGB value is (112,53,139). Sum of RGB (Red+Green+Blue) = 112+53+139=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #70358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70358B is #8FCA74. Grayscale: #505050. Windows color (decimal): -9423477 or 9123184. OLE color: 9123184.
HSL color Cylindrical-coordinate representation of color #70358B: hue angle of 281.16º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70358B is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 53 | 139 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.45 |
| HSL | 281.16º | 0.45% | 0.38% | - |
| HSV(B) | 281.16º | 0.62% | 0.55% | - |
| XYZ | 12.62 | 7.86 | 25.28 | - |
| YUV | 80.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 139 | 0.19 | 0.62 | 0 | 0.45 | 281.16 | 0.45 | 0.38 |
| Hex | 70 | 35 | 8B | 13 | 3E | 0 | 2D | 119 | 2D | 26 |
| Octal | 160 | 65 | 213 | 23 | 76 | 0 | 55 | 431 | 55 | 46 |
| Binary | 1110000 | 110101 | 10001011 | 10011 | 111110 | 0 | 101101 | 100011001 | 101101 | 100110 |
Color Harmonies of #70358B
Complementary color
Monochromatic Colors of #70358B
Black with #70358B
Text Example
Text Example
White with #70358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70358B; }
p { color: rgb(112,53,139); }
H1.HeaderClassName
{
color: #70358B;
}
.AnyTagClassName
{
color: #70358B;
}
</style>
background-color css
<style>
a { background-color: #70358B; }
a { background-color: rgb(112,53,139); }
div.DivClassName
{
background-color: #70358B;
}
.BgClassName
{
background-color: #70358B;
}
</style>
border-color css
<style>
span { border-color: #70358B; }
span { border-color: rgb(112,53,139); }
td.TdClassName
{
border-color: #70358B;
}
.TagClassName
{
border-color: #70358B;
}
</style>