Shades of Vivid Violet #70258B
Tints of Vivid Violet #70258B
RGB
CMYK
RGB Variations
Color information
#70258B (or 0x70258B) is known color: Vivid Violet. HEX triplet: 70, 25 and 8B. RGB value is (112,37,139). Sum of RGB (Red+Green+Blue) = 112+37+139=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #70258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70258B is #8FDA74. Grayscale: #464646. Windows color (decimal): -9427573 or 9119088. OLE color: 9119088.
HSL color Cylindrical-coordinate representation of color #70258B: hue angle of 284.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70258B is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 37 | 139 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.45 |
| HSL | 284.12º | 0.58% | 0.35% | - |
| HSV(B) | 284.12º | 0.73% | 0.55% | - |
| XYZ | 12 | 6.63 | 25.07 | - |
| YUV | 71.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 139 | 0.19 | 0.73 | 0 | 0.45 | 284.12 | 0.58 | 0.35 |
| Hex | 70 | 25 | 8B | 13 | 49 | 0 | 2D | 11C | 3A | 23 |
| Octal | 160 | 45 | 213 | 23 | 111 | 0 | 55 | 434 | 72 | 43 |
| Binary | 1110000 | 100101 | 10001011 | 10011 | 1001001 | 0 | 101101 | 100011100 | 111010 | 100011 |
Color Harmonies of #70258B
Complementary color
Monochromatic Colors of #70258B
Black with #70258B
Text Example
Text Example
White with #70258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70258B; }
p { color: rgb(112,37,139); }
H1.HeaderClassName
{
color: #70258B;
}
.AnyTagClassName
{
color: #70258B;
}
</style>
background-color css
<style>
a { background-color: #70258B; }
a { background-color: rgb(112,37,139); }
div.DivClassName
{
background-color: #70258B;
}
.BgClassName
{
background-color: #70258B;
}
</style>
border-color css
<style>
span { border-color: #70258B; }
span { border-color: rgb(112,37,139); }
td.TdClassName
{
border-color: #70258B;
}
.TagClassName
{
border-color: #70258B;
}
</style>