#720E76

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

Shades of Purple #720E76

Tints of Purple #720E76

Color information

#720E76 (or 0x720E76) is unknown color: approx Purple. HEX triplet: 72, 0E and 76. RGB value is (114,14,118). Sum of RGB (Red+Green+Blue) = 114+14+118=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #720E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E76 is #8DF189. Grayscale: #373737. Windows color (decimal): -9302410 or 7736946. OLE color: 7736946.

HSL color Cylindrical-coordinate representation of color #720E76: hue angle of 297.69º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E76 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11414118-
CMYK0.030.8800.54
HSL297.69º78.79%25.88%-
HSV(B)297.69º88.14%46.27%-
XYZ10.375.217.6-
YUV55.76163.13169.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 14 (5.86% from 255) = 5.69%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=46.34%
G=5.69%
B=47.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114141180.030.8800.54297.6978.7925.88
Hex72E7635803612a4f1a
Octal16216166313006645211732
Binary1110010111011101101110110000110110100101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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