#721088

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

Shades of Purple #721088

Tints of Purple #721088

Color information

#721088 (or 0x721088) is unknown color: approx Purple. HEX triplet: 72, 10 and 88. RGB value is (114,16,136). Sum of RGB (Red+Green+Blue) = 114+16+136=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #721088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721088 is #8DEF77. Grayscale: #3A3A3A. Windows color (decimal): -9301880 or 8917106. OLE color: 8917106.

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

Color convert

RGB11416136-
CMYK0.160.8800.47
HSL289º78.95%29.8%-
HSV(B)289º88.24%53.33%-
XYZ11.575.7323.79-
YUV58.98171.47167.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=42.86%
G=6.02%
B=51.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114161360.160.8800.4728978.9529.8
Hex721088105802F1214f1e
Octal162202102013005744111736
Binary111001010000100010001000010110000101111100100001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721088; }

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

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

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

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

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

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

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

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