#720878

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

Shades of Purple #720878

Tints of Purple #720878

Color information

#720878 (or 0x720878) is unknown color: approx Purple. HEX triplet: 72, 08 and 78. RGB value is (114,8,120). Sum of RGB (Red+Green+Blue) = 114+8+120=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #720878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720878 is #8DF787. Grayscale: #343434. Windows color (decimal): -9303944 or 7866482. OLE color: 7866482.

HSL color Cylindrical-coordinate representation of color #720878: hue angle of 296.79º 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 #720878 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1148120-
CMYK0.050.9300.53
HSL296.79º87.5%25.1%-
HSV(B)296.79º93.33%47.06%-
XYZ10.425.1118.21-
YUV52.46166.12171.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=47.11%
G=3.31%
B=49.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11481200.050.9300.53296.7987.525.1
Hex7287855D0351295819
Octal16210170513506545113031
Binary11100101000111100010110111010110101100101001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720878; }

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

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

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

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

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

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

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

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