#720778

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

Shades of Purple #720778

Tints of Purple #720778

Color information

#720778 (or 0x720778) is unknown color: approx Purple. HEX triplet: 72, 07 and 78. RGB value is (114,7,120). Sum of RGB (Red+Green+Blue) = 114+7+120=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #720778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720778 is #8DF887. Grayscale: #333333. Windows color (decimal): -9304200 or 7866226. OLE color: 7866226.

HSL color Cylindrical-coordinate representation of color #720778: hue angle of 296.81º 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 #720778 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1147120-
CMYK0.050.9400.53
HSL296.81º88.98%24.9%-
HSV(B)296.81º94.17%47.06%-
XYZ10.415.0918.2-
YUV51.88166.45172.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=47.30%
G=2.90%
B=49.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11471200.050.9400.53296.8188.9824.9
Hex7277855E0351295919
Octal1627170513606545113131
Binary1110010111111100010110111100110101100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720778; }

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

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

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

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

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

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

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

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