#700571

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

Shades of Purple #700571

Tints of Purple #700571

Color information

#700571 (or 0x700571) is unknown color: approx Purple. HEX triplet: 70, 05 and 71. RGB value is (112,5,113). Sum of RGB (Red+Green+Blue) = 112+5+113=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #700571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700571 is #8FFA8E. Grayscale: #303030. Windows color (decimal): -9435791 or 7406960. OLE color: 7406960.

HSL color Cylindrical-coordinate representation of color #700571: hue angle of 299.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700571 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1125113-
CMYK0.010.9600.56
HSL299.44º91.53%23.14%-
HSV(B)299.44º95.58%44.31%-
XYZ9.724.7516.03-
YUV49.3163.95172.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=48.70%
G=2.17%
B=49.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11251130.010.9600.56299.4491.5323.14
Hex7057116003812b5c17
Octal1605161114007045313427
Binary11100001011110001111000000111000100101011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700571; }

 p { color: rgb(112,5,113); }

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

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

 a { background-color: rgb(112,5,113); }

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

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

 span { border-color: rgb(112,5,113); }

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