#701597

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

Shades of Vivid Violet #701597

Tints of Vivid Violet #701597

Color information

#701597 (or 0x701597) is unknown color: approx Vivid Violet. HEX triplet: 70, 15 and 97. RGB value is (112,21,151). Sum of RGB (Red+Green+Blue) = 112+21+151=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #701597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701597 is #8FEA68. Grayscale: #3E3E3E. Windows color (decimal): -9431657 or 9901424. OLE color: 9901424.

HSL color Cylindrical-coordinate representation of color #701597: hue angle of 282º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701597 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11221151-
CMYK0.260.8600.41
HSL282º75.58%33.73%-
HSV(B)282º86.09%59.22%-
XYZ12.546.2229.82-
YUV63.03177.65162.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=39.44%
G=7.39%
B=53.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112211510.260.8600.4128275.5833.73
Hex7015971A5602911a4c22
Octal160252273212605143211442
Binary1110000101011001011111010101011001010011000110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701597; }

 p { color: rgb(112,21,151); }

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

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

 a { background-color: rgb(112,21,151); }

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

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

 span { border-color: rgb(112,21,151); }

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