#721389

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

Shades of Purple #721389

Tints of Purple #721389

Color information

#721389 (or 0x721389) is unknown color: approx Purple. HEX triplet: 72, 13 and 89. RGB value is (114,19,137). Sum of RGB (Red+Green+Blue) = 114+19+137=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #721389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721389 is #8DEC76. Grayscale: #3C3C3C. Windows color (decimal): -9301111 or 8983410. OLE color: 8983410.

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

Color convert

RGB11419137-
CMYK0.170.8600.46
HSL288.31º75.64%30.59%-
HSV(B)288.31º86.13%53.73%-
XYZ11.695.8524.18-
YUV60.86170.97165.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=42.22%
G=7.04%
B=50.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114191370.170.8600.46288.3175.6430.59
Hex721389115602E1204c1f
Octal162232112112605644011437
Binary111001010011100010011000110101100101110100100000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721389; }

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

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

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

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

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

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

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

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