#721476

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

Shades of Purple #721476

Tints of Purple #721476

Color information

#721476 (or 0x721476) is unknown color: approx Purple. HEX triplet: 72, 14 and 76. RGB value is (114,20,118). Sum of RGB (Red+Green+Blue) = 114+20+118=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #721476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721476 is #8DEB89. Grayscale: #3A3A3A. Windows color (decimal): -9300874 or 7738482. OLE color: 7738482.

HSL color Cylindrical-coordinate representation of color #721476: hue angle of 297.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721476 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11420118-
CMYK0.030.8300.54
HSL297.55º71.01%27.06%-
HSV(B)297.55º83.05%46.27%-
XYZ10.465.3917.63-
YUV59.28161.14167.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=45.24%
G=7.94%
B=46.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114201180.030.8300.54297.5571.0127.06
Hex72147635303612a471b
Octal16224166312306645210733
Binary11100101010011101101110100110110110100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721476; }

 p { color: rgb(114,20,118); }

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

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

 a { background-color: rgb(114,20,118); }

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

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

 span { border-color: rgb(114,20,118); }

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