#701890

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

Shades of Vivid Violet #701890

Tints of Vivid Violet #701890

Color information

#701890 (or 0x701890) is unknown color: approx Vivid Violet. HEX triplet: 70, 18 and 90. RGB value is (112,24,144). Sum of RGB (Red+Green+Blue) = 112+24+144=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #701890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701890 is #8FE76F. Grayscale: #3F3F3F. Windows color (decimal): -9430896 or 9443440. OLE color: 9443440.

HSL color Cylindrical-coordinate representation of color #701890: hue angle of 284º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701890 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11224144-
CMYK0.220.8300.44
HSL284º71.43%32.94%-
HSV(B)284º83.33%56.47%-
XYZ12.046.1126.93-
YUV63.99173.15162.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=40%
G=8.57%
B=51.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112241440.220.8300.4428471.4332.94
Hex701890165302C11c4721
Octal160302202612305443410741
Binary1110000110001001000010110101001101011001000111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701890; }

 p { color: rgb(112,24,144); }

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

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

 a { background-color: rgb(112,24,144); }

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

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

 span { border-color: rgb(112,24,144); }

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