#720981

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

Shades of Purple #720981

Tints of Purple #720981

Color information

#720981 (or 0x720981) is unknown color: approx Purple. HEX triplet: 72, 09 and 81. RGB value is (114,9,129). Sum of RGB (Red+Green+Blue) = 114+9+129=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #720981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720981 is #8DF67E. Grayscale: #353535. Windows color (decimal): -9303679 or 8456562. OLE color: 8456562.

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

Color convert

RGB1149129-
CMYK0.120.9300.49
HSL292.5º86.96%27.06%-
HSV(B)292.5º93.02%50.59%-
XYZ115.3621.22-
YUV54.08170.29170.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=45.24%
G=3.57%
B=51.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11491290.120.9300.49292.586.9627.06
Hex72981C5D031124571b
Octal162112011413506144412733
Binary1110010100110000001110010111010110001100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720981; }

 p { color: rgb(114,9,129); }

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

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

 a { background-color: rgb(114,9,129); }

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

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

 span { border-color: rgb(114,9,129); }

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