Shades of Vivid Violet #70248C
Tints of Vivid Violet #70248C
RGB
CMYK
RGB Variations
Color information
#70248C (or 0x70248C) is known color: Vivid Violet. HEX triplet: 70, 24 and 8C. RGB value is (112,36,140). Sum of RGB (Red+Green+Blue) = 112+36+140=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #70248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70248C is #8FDB73. Grayscale: #464646. Windows color (decimal): -9427828 or 9184368. OLE color: 9184368.
HSL color Cylindrical-coordinate representation of color #70248C: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70248C is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 36 | 140 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.45 |
| HSL | 283.85º | 0.59% | 0.35% | - |
| HSV(B) | 283.85º | 0.74% | 0.55% | - |
| XYZ | 12.05 | 6.6 | 25.45 | - |
| YUV | 70.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 140 | 0.20 | 0.74 | 0 | 0.45 | 283.85 | 0.59 | 0.35 |
| Hex | 70 | 24 | 8C | 14 | 4A | 0 | 2D | 11C | 3B | 23 |
| Octal | 160 | 44 | 214 | 24 | 112 | 0 | 55 | 434 | 73 | 43 |
| Binary | 1110000 | 100100 | 10001100 | 10100 | 1001010 | 0 | 101101 | 100011100 | 111011 | 100011 |
Color Harmonies of #70248C
Complementary color
Monochromatic Colors of #70248C
Black with #70248C
Text Example
Text Example
White with #70248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70248C; }
p { color: rgb(112,36,140); }
H1.HeaderClassName
{
color: #70248C;
}
.AnyTagClassName
{
color: #70248C;
}
</style>
background-color css
<style>
a { background-color: #70248C; }
a { background-color: rgb(112,36,140); }
div.DivClassName
{
background-color: #70248C;
}
.BgClassName
{
background-color: #70248C;
}
</style>
border-color css
<style>
span { border-color: #70248C; }
span { border-color: rgb(112,36,140); }
td.TdClassName
{
border-color: #70248C;
}
.TagClassName
{
border-color: #70248C;
}
</style>