#720776

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

Shades of Purple #720776

Tints of Purple #720776

Color information

#720776 (or 0x720776) is unknown color: approx Purple. HEX triplet: 72, 07 and 76. RGB value is (114,7,118). Sum of RGB (Red+Green+Blue) = 114+7+118=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #720776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720776 is #8DF889. Grayscale: #333333. Windows color (decimal): -9304202 or 7735154. OLE color: 7735154.

HSL color Cylindrical-coordinate representation of color #720776: hue angle of 297.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720776 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1147118-
CMYK0.030.9400.54
HSL297.84º88.8%24.51%-
HSV(B)297.84º94.07%46.27%-
XYZ10.295.0417.57-
YUV51.65165.45172.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=47.70%
G=2.93%
B=49.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11471180.030.9400.54297.8488.824.51
Hex7277635E03612a5919
Octal1627166313606645213131
Binary111001011111101101110111100110110100101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720776; }

 p { color: rgb(114,7,118); }

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

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

 a { background-color: rgb(114,7,118); }

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

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

 span { border-color: rgb(114,7,118); }

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