#721272

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

Shades of Purple #721272

Tints of Purple #721272

Color information

#721272 (or 0x721272) is unknown color: approx Purple. HEX triplet: 72, 12 and 72. RGB value is (114,18,114). Sum of RGB (Red+Green+Blue) = 114+18+114=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721272 is #8DED8D. Grayscale: #393939. Windows color (decimal): -9301390 or 7475826. OLE color: 7475826.

HSL color Cylindrical-coordinate representation of color #721272: hue angle of 300º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721272 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11418114-
CMYK00.8400.55
HSL300º72.73%25.88%-
HSV(B)300º84.21%44.71%-
XYZ10.195.2216.39-
YUV57.65159.8168.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=46.34%
G=7.32%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141811400.8400.5530072.7325.88
Hex72127205403712c491a
Octal16222162012406745411132
Binary1110010100101110010010101000110111100101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721272; }

 p { color: rgb(114,18,114); }

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

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

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

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

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

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

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