#720988

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

Shades of Purple #720988

Tints of Purple #720988

Color information

#720988 (or 0x720988) is unknown color: approx Purple. HEX triplet: 72, 09 and 88. RGB value is (114,9,136). Sum of RGB (Red+Green+Blue) = 114+9+136=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #720988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720988 is #8DF677. Grayscale: #363636. Windows color (decimal): -9303672 or 8915314. OLE color: 8915314.

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

Color convert

RGB1149136-
CMYK0.160.9300.47
HSL289.61º87.59%28.43%-
HSV(B)289.61º93.38%53.33%-
XYZ11.485.5523.76-
YUV54.87173.79170.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=44.02%
G=3.47%
B=52.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11491360.160.9300.47289.6187.5928.43
Hex72988105D02F122581c
Octal162112102013505744213034
Binary11100101001100010001000010111010101111100100010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720988; }

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

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

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

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

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

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

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

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