#721273

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

Shades of Purple #721273

Tints of Purple #721273

Color information

#721273 (or 0x721273) is unknown color: approx Purple. HEX triplet: 72, 12 and 73. RGB value is (114,18,115). Sum of RGB (Red+Green+Blue) = 114+18+115=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #721273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721273 is #8DED8C. Grayscale: #393939. Windows color (decimal): -9301389 or 7541362. OLE color: 7541362.

HSL color Cylindrical-coordinate representation of color #721273: hue angle of 299.38º 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 #721273 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11418115-
CMYK0.010.8400.55
HSL299.38º72.93%26.08%-
HSV(B)299.38º84.35%45.1%-
XYZ10.255.2516.69-
YUV57.76160.3168.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=46.15%
G=7.29%
B=46.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114181150.010.8400.55299.3872.9326.08
Hex72127315403712b491a
Octal16222163112406745311132
Binary1110010100101110011110101000110111100101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721273; }

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

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

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

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

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

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

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

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