#721096

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

Shades of Purple #721096

Tints of Purple #721096

Color information

#721096 (or 0x721096) is unknown color: approx Purple. HEX triplet: 72, 10 and 96. RGB value is (114,16,150). Sum of RGB (Red+Green+Blue) = 114+16+150=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #721096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721096 is #8DEF69. Grayscale: #3C3C3C. Windows color (decimal): -9301866 or 9834610. OLE color: 9834610.

HSL color Cylindrical-coordinate representation of color #721096: hue angle of 283.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721096 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11416150-
CMYK0.240.8900.41
HSL283.88º80.72%32.55%-
HSV(B)283.88º89.33%58.82%-
XYZ12.636.1529.38-
YUV60.58178.47166.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=40.71%
G=5.71%
B=53.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114161500.240.8900.41283.8880.7232.55
Hex721096185902911c5121
Octal162202263013105143412141
Binary1110010100001001011011000101100101010011000111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721096; }

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

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

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

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

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

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

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

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