#720879

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

Shades of Purple #720879

Tints of Purple #720879

Color information

#720879 (or 0x720879) is unknown color: approx Purple. HEX triplet: 72, 08 and 79. RGB value is (114,8,121). Sum of RGB (Red+Green+Blue) = 114+8+121=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #720879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720879 is #8DF786. Grayscale: #343434. Windows color (decimal): -9303943 or 7932018. OLE color: 7932018.

HSL color Cylindrical-coordinate representation of color #720879: hue angle of 296.28º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720879 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1148121-
CMYK0.060.9300.53
HSL296.28º87.6%25.29%-
HSV(B)296.28º93.39%47.45%-
XYZ10.485.1318.53-
YUV52.58166.62171.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=46.91%
G=3.29%
B=49.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11481210.060.9300.53296.2887.625.29
Hex7287965D0351285819
Octal16210171613506545013031
Binary11100101000111100111010111010110101100101000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720879; }

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

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

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

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

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

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

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

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