Shades of Vivid Violet #70358C
Tints of Vivid Violet #70358C
RGB
CMYK
RGB Variations
Color information
#70358C (or 0x70358C) is known color: Vivid Violet. HEX triplet: 70, 35 and 8C. RGB value is (112,53,140). Sum of RGB (Red+Green+Blue) = 112+53+140=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #70358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70358C is #8FCA73. Grayscale: #505050. Windows color (decimal): -9423476 or 9188720. OLE color: 9188720.
HSL color Cylindrical-coordinate representation of color #70358C: hue angle of 280.69º 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 #70358C is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 53 | 140 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.45 |
| HSL | 280.69º | 0.45% | 0.38% | - |
| HSV(B) | 280.69º | 0.62% | 0.55% | - |
| XYZ | 12.69 | 7.88 | 25.66 | - |
| YUV | 80.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 140 | 0.20 | 0.62 | 0 | 0.45 | 280.69 | 0.45 | 0.38 |
| Hex | 70 | 35 | 8C | 14 | 3E | 0 | 2D | 119 | 2D | 26 |
| Octal | 160 | 65 | 214 | 24 | 76 | 0 | 55 | 431 | 55 | 46 |
| Binary | 1110000 | 110101 | 10001100 | 10100 | 111110 | 0 | 101101 | 100011001 | 101101 | 100110 |
Color Harmonies of #70358C
Complementary color
Monochromatic Colors of #70358C
Black with #70358C
Text Example
Text Example
White with #70358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70358C; }
p { color: rgb(112,53,140); }
H1.HeaderClassName
{
color: #70358C;
}
.AnyTagClassName
{
color: #70358C;
}
</style>
background-color css
<style>
a { background-color: #70358C; }
a { background-color: rgb(112,53,140); }
div.DivClassName
{
background-color: #70358C;
}
.BgClassName
{
background-color: #70358C;
}
</style>
border-color css
<style>
span { border-color: #70358C; }
span { border-color: rgb(112,53,140); }
td.TdClassName
{
border-color: #70358C;
}
.TagClassName
{
border-color: #70358C;
}
</style>