#701C90

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

Shades of Vivid Violet #701C90

Tints of Vivid Violet #701C90

Color information

#701C90 (or 0x701C90) is unknown color: approx Vivid Violet. HEX triplet: 70, 1C and 90. RGB value is (112,28,144). Sum of RGB (Red+Green+Blue) = 112+28+144=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #701C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C90 is #8FE36F. Grayscale: #414141. Windows color (decimal): -9429872 or 9444464. OLE color: 9444464.

HSL color Cylindrical-coordinate representation of color #701C90: hue angle of 283.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701C90 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11228144-
CMYK0.220.8100.44
HSL283.45º67.44%33.73%-
HSV(B)283.45º80.56%56.47%-
XYZ12.136.2926.96-
YUV66.34171.83160.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=39.44%
G=9.86%
B=50.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112281440.220.8100.44283.4567.4433.73
Hex701C90165102C11b4322
Octal160342202612105443310342
Binary1110000111001001000010110101000101011001000110111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C90; }

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

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

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

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

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

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

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

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