Shades of Vivid Violet #702897
Tints of Vivid Violet #702897
RGB
CMYK
RGB Variations
Color information
#702897 (or 0x702897) is known color: Vivid Violet. HEX triplet: 70, 28 and 97. RGB value is (112,40,151). Sum of RGB (Red+Green+Blue) = 112+40+151=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #702897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702897 is #8FD768. Grayscale: #494949. Windows color (decimal): -9426793 or 9906288. OLE color: 9906288.
HSL color Cylindrical-coordinate representation of color #702897: hue angle of 278.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702897 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 40 | 151 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.41 |
| HSL | 278.92º | 0.58% | 0.37% | - |
| HSV(B) | 278.92º | 0.74% | 0.59% | - |
| XYZ | 13.03 | 7.2 | 29.98 | - |
| YUV | 74.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 151 | 0.26 | 0.74 | 0 | 0.41 | 278.92 | 0.58 | 0.37 |
| Hex | 70 | 28 | 97 | 1A | 4A | 0 | 29 | 117 | 3A | 25 |
| Octal | 160 | 50 | 227 | 32 | 112 | 0 | 51 | 427 | 72 | 45 |
| Binary | 1110000 | 101000 | 10010111 | 11010 | 1001010 | 0 | 101001 | 100010111 | 111010 | 100101 |
Color Harmonies of #702897
Complementary color
Monochromatic Colors of #702897
Black with #702897
Text Example
Text Example
White with #702897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702897; }
p { color: rgb(112,40,151); }
H1.HeaderClassName
{
color: #702897;
}
.AnyTagClassName
{
color: #702897;
}
</style>
background-color css
<style>
a { background-color: #702897; }
a { background-color: rgb(112,40,151); }
div.DivClassName
{
background-color: #702897;
}
.BgClassName
{
background-color: #702897;
}
</style>
border-color css
<style>
span { border-color: #702897; }
span { border-color: rgb(112,40,151); }
td.TdClassName
{
border-color: #702897;
}
.TagClassName
{
border-color: #702897;
}
</style>