#720471

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

Shades of Purple #720471

Tints of Purple #720471

Color information

#720471 (or 0x720471) is unknown color: approx Purple. HEX triplet: 72, 04 and 71. RGB value is (114,4,113). Sum of RGB (Red+Green+Blue) = 114+4+113=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720471 is #8DFB8E. Grayscale: #303030. Windows color (decimal): -9304975 or 7406706. OLE color: 7406706.

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

Color convert

RGB1144113-
CMYK00.960.010.55
HSL300.55º93.22%23.14%-
HSV(B)300.55º96.49%44.71%-
XYZ9.964.8616.04-
YUV49.32163.94174.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=49.35%
G=1.73%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114411300.960.010.55300.5593.2223.14
Hex7247106013712d5d17
Octal1624161014016745513527
Binary11100101001110001011000001110111100101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720471; }

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

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

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

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

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

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

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

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