Shades of Vivid Violet #70258D
Tints of Vivid Violet #70258D
RGB
CMYK
RGB Variations
Color information
#70258D (or 0x70258D) is known color: Vivid Violet. HEX triplet: 70, 25 and 8D. RGB value is (112,37,141). Sum of RGB (Red+Green+Blue) = 112+37+141=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #70258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70258D is #8FDA72. Grayscale: #464646. Windows color (decimal): -9427571 or 9250160. OLE color: 9250160.
HSL color Cylindrical-coordinate representation of color #70258D: hue angle of 283.27º degrees, saturation: 0.58, 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 #70258D is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 37 | 141 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.45 |
| HSL | 283.27º | 0.58% | 0.35% | - |
| HSV(B) | 283.27º | 0.74% | 0.55% | - |
| XYZ | 12.15 | 6.69 | 25.85 | - |
| YUV | 71.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 141 | 0.21 | 0.74 | 0 | 0.45 | 283.27 | 0.58 | 0.35 |
| Hex | 70 | 25 | 8D | 15 | 4A | 0 | 2D | 11B | 3A | 23 |
| Octal | 160 | 45 | 215 | 25 | 112 | 0 | 55 | 433 | 72 | 43 |
| Binary | 1110000 | 100101 | 10001101 | 10101 | 1001010 | 0 | 101101 | 100011011 | 111010 | 100011 |
Color Harmonies of #70258D
Complementary color
Monochromatic Colors of #70258D
Black with #70258D
Text Example
Text Example
White with #70258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70258D; }
p { color: rgb(112,37,141); }
H1.HeaderClassName
{
color: #70258D;
}
.AnyTagClassName
{
color: #70258D;
}
</style>
background-color css
<style>
a { background-color: #70258D; }
a { background-color: rgb(112,37,141); }
div.DivClassName
{
background-color: #70258D;
}
.BgClassName
{
background-color: #70258D;
}
</style>
border-color css
<style>
span { border-color: #70258D; }
span { border-color: rgb(112,37,141); }
td.TdClassName
{
border-color: #70258D;
}
.TagClassName
{
border-color: #70258D;
}
</style>