Shades of Vivid Violet #70288C
Tints of Vivid Violet #70288C
RGB
CMYK
RGB Variations
Color information
#70288C (or 0x70288C) is known color: Vivid Violet. HEX triplet: 70, 28 and 8C. RGB value is (112,40,140). Sum of RGB (Red+Green+Blue) = 112+40+140=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #70288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70288C is #8FD773. Grayscale: #484848. Windows color (decimal): -9426804 or 9185392. OLE color: 9185392.
HSL color Cylindrical-coordinate representation of color #70288C: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70288C is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 40 | 140 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.45 |
| HSL | 283.2º | 0.56% | 0.35% | - |
| HSV(B) | 283.2º | 0.71% | 0.55% | - |
| XYZ | 12.17 | 6.86 | 25.49 | - |
| YUV | 72.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 140 | 0.20 | 0.71 | 0 | 0.45 | 283.2 | 0.56 | 0.35 |
| Hex | 70 | 28 | 8C | 14 | 47 | 0 | 2D | 11B | 38 | 23 |
| Octal | 160 | 50 | 214 | 24 | 107 | 0 | 55 | 433 | 70 | 43 |
| Binary | 1110000 | 101000 | 10001100 | 10100 | 1000111 | 0 | 101101 | 100011011 | 111000 | 100011 |
Color Harmonies of #70288C
Complementary color
Monochromatic Colors of #70288C
Black with #70288C
Text Example
Text Example
White with #70288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70288C; }
p { color: rgb(112,40,140); }
H1.HeaderClassName
{
color: #70288C;
}
.AnyTagClassName
{
color: #70288C;
}
</style>
background-color css
<style>
a { background-color: #70288C; }
a { background-color: rgb(112,40,140); }
div.DivClassName
{
background-color: #70288C;
}
.BgClassName
{
background-color: #70288C;
}
</style>
border-color css
<style>
span { border-color: #70288C; }
span { border-color: rgb(112,40,140); }
td.TdClassName
{
border-color: #70288C;
}
.TagClassName
{
border-color: #70288C;
}
</style>