#720473

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

Shades of Purple #720473

Tints of Purple #720473

Color information

#720473 (or 0x720473) is unknown color: approx Purple. HEX triplet: 72, 04 and 73. RGB value is (114,4,115). Sum of RGB (Red+Green+Blue) = 114+4+115=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #720473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720473 is #8DFB8C. Grayscale: #313131. Windows color (decimal): -9304973 or 7537778. OLE color: 7537778.

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

Color convert

RGB1144115-
CMYK0.010.9700.55
HSL299.46º93.28%23.33%-
HSV(B)299.46º96.52%45.1%-
XYZ10.084.916.63-
YUV49.54164.94173.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=48.93%
G=1.72%
B=49.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11441150.010.9700.55299.4693.2823.33
Hex7247316103712b5d17
Octal1624163114106745313527
Binary11100101001110011111000010110111100101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720473; }

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

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

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

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

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

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

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

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