#701574

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

Shades of Purple #701574

Tints of Purple #701574

Color information

#701574 (or 0x701574) is unknown color: approx Purple. HEX triplet: 70, 15 and 74. RGB value is (112,21,116). Sum of RGB (Red+Green+Blue) = 112+21+116=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #701574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701574 is #8FEA8B. Grayscale: #3A3A3A. Windows color (decimal): -9431692 or 7607664. OLE color: 7607664.

HSL color Cylindrical-coordinate representation of color #701574: hue angle of 297.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701574 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11221116-
CMYK0.030.8200.55
HSL297.47º69.34%26.86%-
HSV(B)297.47º81.9%45.49%-
XYZ10.15.2417-
YUV59.04160.15165.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=44.98%
G=8.43%
B=46.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112211160.030.8200.55297.4769.3426.86
Hex701574352037129451b
Octal16025164312206745110533
Binary11100001010111101001110100100110111100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701574; }

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

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

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

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

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

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

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

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