#70198E

Color #70198E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #70198E

Tints of Vivid Violet #70198E

Color information

#70198E (or 0x70198E) is unknown color: approx Vivid Violet. HEX triplet: 70, 19 and 8E. RGB value is (112,25,142). Sum of RGB (Red+Green+Blue) = 112+25+142=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #70198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70198E is #8FE671. Grayscale: #3F3F3F. Windows color (decimal): -9430642 or 9312624. OLE color: 9312624.

HSL color Cylindrical-coordinate representation of color #70198E: hue angle of 284.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70198E is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11225142-
CMYK0.210.8200.44
HSL284.62º70.06%32.75%-
HSV(B)284.62º82.39%55.69%-
XYZ11.916.0926.14-
YUV64.35171.82161.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=40.14%
G=8.96%
B=50.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112251420.210.8200.44284.6270.0632.75
Hex70198E155202C11d4621
Octal160312162512205443510641
Binary1110000110011000111010101101001001011001000111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70198E; }

 p { color: rgb(112,25,142); }

 H1.HeaderClassName
 {
   color: #70198E;
 }
 .AnyTagClassName
 {
   color: #70198E;
 }
</style>
background-color css

<style>
 a { background-color: #70198E; }

 a { background-color: rgb(112,25,142); }

 div.DivClassName
 {
   background-color: #70198E;
 }
 .BgClassName
 {
   background-color: #70198E;
 }
</style>
border-color css

<style>
 span { border-color: #70198E; }

 span { border-color: rgb(112,25,142); }

 td.TdClassName
 {
   border-color: #70198E;
 }
 .TagClassName
 {
   border-color: #70198E;
 }
</style>