#720876

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

Shades of Purple #720876

Tints of Purple #720876

Color information

#720876 (or 0x720876) is unknown color: approx Purple. HEX triplet: 72, 08 and 76. RGB value is (114,8,118). Sum of RGB (Red+Green+Blue) = 114+8+118=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #720876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720876 is #8DF789. Grayscale: #333333. Windows color (decimal): -9303946 or 7735410. OLE color: 7735410.

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

Color convert

RGB1148118-
CMYK0.030.9300.54
HSL297.82º87.3%24.71%-
HSV(B)297.82º93.22%46.27%-
XYZ10.35.0617.57-
YUV52.23165.12172.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=47.5%
G=3.33%
B=49.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11481180.030.9300.54297.8287.324.71
Hex7287635D03612a5719
Octal16210166313506645212731
Binary1110010100011101101110111010110110100101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720876; }

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

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

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

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

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

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

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

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