#701573

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

Shades of Purple #701573

Tints of Purple #701573

Color information

#701573 (or 0x701573) is unknown color: approx Purple. HEX triplet: 70, 15 and 73. RGB value is (112,21,115). Sum of RGB (Red+Green+Blue) = 112+21+115=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #701573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701573 is #8FEA8C. Grayscale: #3A3A3A. Windows color (decimal): -9431693 or 7542128. OLE color: 7542128.

HSL color Cylindrical-coordinate representation of color #701573: hue angle of 298.09º 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 #701573 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11221115-
CMYK0.030.8200.55
HSL298.09º69.12%26.67%-
HSV(B)298.09º81.74%45.1%-
XYZ10.045.2216.7-
YUV58.92159.65165.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=45.16%
G=8.47%
B=46.37%

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
Decimal112211150.030.8200.55298.0969.1226.67
Hex70157335203712a451b
Octal16025163312206745210533
Binary11100001010111100111110100100110111100101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701573; }

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

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

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

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

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

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

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

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