#720071

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

Shades of Purple #720071

Tints of Purple #720071

Color information

#720071 (or 0x720071) is unknown color: approx Purple. HEX triplet: 72, 00 and 71. RGB value is (114,0,113). Sum of RGB (Red+Green+Blue) = 114+0+113=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #720071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720071 is #8DFF8E. Grayscale: #2E2E2E. Windows color (decimal): -9305999 or 7405682. OLE color: 7405682.

HSL color Cylindrical-coordinate representation of color #720071: hue angle of 300.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720071 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB1140113-
CMYK010.010.55
HSL300.53º100%22.35%-
HSV(B)300.53º100%44.71%-
XYZ9.924.7716.02-
YUV46.97165.27175.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=50.22%
G=0%
B=49.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140113010.010.55300.5310022.35
Hex7207106413712d6416
Octal1620161014416745514426
Binary111001001110001011001001110111100101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720071; }

 p { color: rgb(114,0,113); }

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

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

 a { background-color: rgb(114,0,113); }

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

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

 span { border-color: rgb(114,0,113); }

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