#701572

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

Shades of Dark Purple #701572

Tints of Dark Purple #701572

Color information

#701572 (or 0x701572) is unknown color: approx Dark Purple. HEX triplet: 70, 15 and 72. RGB value is (112,21,114). Sum of RGB (Red+Green+Blue) = 112+21+114=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #701572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701572 is #8FEA8D. Grayscale: #3A3A3A. Windows color (decimal): -9431694 or 7476592. OLE color: 7476592.

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

Color convert

RGB11221114-
CMYK0.020.8200.55
HSL298.71º68.89%26.47%-
HSV(B)298.71º81.58%44.71%-
XYZ9.995.216.4-
YUV58.81159.15165.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=45.34%
G=8.50%
B=46.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112211140.020.8200.55298.7168.8926.47
Hex70157225203712b451a
Octal16025162212206745310532
Binary11100001010111100101010100100110111100101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701572; }

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

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

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

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

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

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

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

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