#720091

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

Shades of Purple #720091

Tints of Purple #720091

Color information

#720091 (or 0x720091) is unknown color: approx Purple. HEX triplet: 72, 00 and 91. RGB value is (114,0,145). Sum of RGB (Red+Green+Blue) = 114+0+145=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #720091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720091 is #8DFF6E. Grayscale: #323232. Windows color (decimal): -9305967 or 9502834. OLE color: 9502834.

HSL color Cylindrical-coordinate representation of color #720091: hue angle of 287.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720091 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1140145-
CMYK0.21100.43
HSL287.17º100%28.43%-
HSV(B)287.17º100%56.86%-
XYZ12.055.6227.24-
YUV50.62181.27173.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=44.02%
G=0%
B=55.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11401450.21100.43287.1710028.43
Hex72091156402B11f641c
Octal16202212514405343714434
Binary11100100100100011010111001000101011100011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720091; }

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

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

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

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

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

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

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

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