#720C77

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

Shades of Purple #720C77

Tints of Purple #720C77

Color information

#720C77 (or 0x720C77) is unknown color: approx Purple. HEX triplet: 72, 0C and 77. RGB value is (114,12,119). Sum of RGB (Red+Green+Blue) = 114+12+119=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #720C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C77 is #8DF388. Grayscale: #363636. Windows color (decimal): -9302921 or 7801970. OLE color: 7801970.

HSL color Cylindrical-coordinate representation of color #720C77: hue angle of 297.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720C77 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11412119-
CMYK0.040.9000.53
HSL297.2º81.68%25.69%-
HSV(B)297.2º89.92%46.67%-
XYZ10.45.1717.9-
YUV54.7164.29170.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=46.53%
G=4.90%
B=48.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114121190.040.9000.53297.281.6825.69
Hex72C7745A035129521a
Octal16214167413206545112232
Binary11100101100111011110010110100110101100101001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C77; }

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

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

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

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

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

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

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

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