#72016A

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

Shades of Purple #72016A

Tints of Purple #72016A

Color information

#72016A (or 0x72016A) is unknown color: approx Purple. HEX triplet: 72, 01 and 6A. RGB value is (114,1,106). Sum of RGB (Red+Green+Blue) = 114+1+106=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72016A is #8DFE95. Grayscale: #2E2E2E. Windows color (decimal): -9305750 or 6947186. OLE color: 6947186.

HSL color Cylindrical-coordinate representation of color #72016A: hue angle of 304.25º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72016A is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1141106-
CMYK00.990.070.55
HSL304.25º98.26%22.55%-
HSV(B)304.25º99.12%44.71%-
XYZ9.554.6414.03-
YUV46.76161.44175.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=51.58%
G=0.45%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114110600.990.070.55304.2598.2622.55
Hex7216A0637371306217
Octal1621152014376746014227
Binary11100101110101001100011111110111100110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72016A; }

 p { color: rgb(114,1,106); }

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

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

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

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

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

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

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