#720089

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

Shades of Purple #720089

Tints of Purple #720089

Color information

#720089 (or 0x720089) is unknown color: approx Purple. HEX triplet: 72, 00 and 89. RGB value is (114,0,137). Sum of RGB (Red+Green+Blue) = 114+0+137=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #720089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720089 is #8DFF76. Grayscale: #313131. Windows color (decimal): -9305975 or 8978546. OLE color: 8978546.

HSL color Cylindrical-coordinate representation of color #720089: hue angle of 289.93º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720089 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1140137-
CMYK0.17100.46
HSL289.93º100%26.86%-
HSV(B)289.93º100%53.73%-
XYZ11.455.3824.1-
YUV49.7177.27173.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 54.58%
R=45.42%
G=0%
B=54.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11401370.17100.46289.9310026.86
Hex72089116402E122641b
Octal16202112114405644214433
Binary11100100100010011000111001000101110100100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720089; }

 p { color: rgb(114,0,137); }

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

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

 a { background-color: rgb(114,0,137); }

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

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

 span { border-color: rgb(114,0,137); }

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