#720777

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

Shades of Purple #720777

Tints of Purple #720777

Color information

#720777 (or 0x720777) is unknown color: approx Purple. HEX triplet: 72, 07 and 77. RGB value is (114,7,119). Sum of RGB (Red+Green+Blue) = 114+7+119=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #720777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720777 is #8DF888. Grayscale: #333333. Windows color (decimal): -9304201 or 7800690. OLE color: 7800690.

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

Color convert

RGB1147119-
CMYK0.040.9400.53
HSL297.32º88.89%24.71%-
HSV(B)297.32º94.12%46.67%-
XYZ10.355.0617.88-
YUV51.76165.95172.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=47.5%
G=2.92%
B=49.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11471190.040.9400.53297.3288.8924.71
Hex7277745E0351295919
Octal1627167413606545113131
Binary1110010111111011110010111100110101100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720777; }

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

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

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

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

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

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

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

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