Shades of Vivid Violet #70248E
Tints of Vivid Violet #70248E
RGB
CMYK
RGB Variations
Color information
#70248E (or 0x70248E) is known color: Vivid Violet. HEX triplet: 70, 24 and 8E. RGB value is (112,36,142). Sum of RGB (Red+Green+Blue) = 112+36+142=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #70248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70248E is #8FDB71. Grayscale: #464646. Windows color (decimal): -9427826 or 9315440. OLE color: 9315440.
HSL color Cylindrical-coordinate representation of color #70248E: hue angle of 283.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70248E is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 36 | 142 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.44 |
| HSL | 283.02º | 0.6% | 0.35% | - |
| HSV(B) | 283.02º | 0.75% | 0.56% | - |
| XYZ | 12.2 | 6.66 | 26.23 | - |
| YUV | 70.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 142 | 0.21 | 0.75 | 0 | 0.44 | 283.02 | 0.6 | 0.35 |
| Hex | 70 | 24 | 8E | 15 | 4B | 0 | 2C | 11B | 3C | 23 |
| Octal | 160 | 44 | 216 | 25 | 113 | 0 | 54 | 433 | 74 | 43 |
| Binary | 1110000 | 100100 | 10001110 | 10101 | 1001011 | 0 | 101100 | 100011011 | 111100 | 100011 |
Color Harmonies of #70248E
Complementary color
Monochromatic Colors of #70248E
Black with #70248E
Text Example
Text Example
White with #70248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70248E; }
p { color: rgb(112,36,142); }
H1.HeaderClassName
{
color: #70248E;
}
.AnyTagClassName
{
color: #70248E;
}
</style>
background-color css
<style>
a { background-color: #70248E; }
a { background-color: rgb(112,36,142); }
div.DivClassName
{
background-color: #70248E;
}
.BgClassName
{
background-color: #70248E;
}
</style>
border-color css
<style>
span { border-color: #70248E; }
span { border-color: rgb(112,36,142); }
td.TdClassName
{
border-color: #70248E;
}
.TagClassName
{
border-color: #70248E;
}
</style>