#721981

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

Shades of Purple #721981

Tints of Purple #721981

Color information

#721981 (or 0x721981) is unknown color: approx Purple. HEX triplet: 72, 19 and 81. RGB value is (114,25,129). Sum of RGB (Red+Green+Blue) = 114+25+129=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #721981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721981 is #8DE67E. Grayscale: #3F3F3F. Windows color (decimal): -9299583 or 8460658. OLE color: 8460658.

HSL color Cylindrical-coordinate representation of color #721981: hue angle of 291.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721981 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11425129-
CMYK0.120.8100.49
HSL291.35º67.53%30.2%-
HSV(B)291.35º80.62%50.59%-
XYZ11.255.8621.31-
YUV63.47164.99164.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=42.54%
G=9.33%
B=48.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114251290.120.8100.49291.3567.5330.2
Hex721981C51031123441e
Octal162312011412106144310436
Binary11100101100110000001110010100010110001100100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721981; }

 p { color: rgb(114,25,129); }

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

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

 a { background-color: rgb(114,25,129); }

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

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

 span { border-color: rgb(114,25,129); }

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