#720882

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

Shades of Purple #720882

Tints of Purple #720882

Color information

#720882 (or 0x720882) is unknown color: approx Purple. HEX triplet: 72, 08 and 82. RGB value is (114,8,130). Sum of RGB (Red+Green+Blue) = 114+8+130=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #720882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720882 is #8DF77D. Grayscale: #353535. Windows color (decimal): -9303934 or 8521842. OLE color: 8521842.

HSL color Cylindrical-coordinate representation of color #720882: hue angle of 292.13º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720882 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1148130-
CMYK0.120.9400.49
HSL292.13º88.41%27.06%-
HSV(B)292.13º93.85%50.98%-
XYZ11.065.3621.57-
YUV53.6171.12171.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=45.24%
G=3.17%
B=51.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11481300.120.9400.49292.1388.4127.06
Hex72882C5E031124581b
Octal162102021413606144413033
Binary1110010100010000010110010111100110001100100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720882; }

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

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

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

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

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

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

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

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