#720C76

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

Shades of Purple #720C76

Tints of Purple #720C76

Color information

#720C76 (or 0x720C76) is unknown color: approx Purple. HEX triplet: 72, 0C and 76. RGB value is (114,12,118). Sum of RGB (Red+Green+Blue) = 114+12+118=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #720C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C76 is #8DF389. Grayscale: #363636. Windows color (decimal): -9302922 or 7736434. OLE color: 7736434.

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

Color convert

RGB11412118-
CMYK0.030.9000.54
HSL297.74º81.54%25.49%-
HSV(B)297.74º89.83%46.27%-
XYZ10.345.1517.59-
YUV54.58163.79170.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=46.72%
G=4.92%
B=48.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114121180.030.9000.54297.7481.5425.49
Hex72C7635A03612a5219
Octal16214166313206645212231
Binary1110010110011101101110110100110110100101010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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