#72056A

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

Shades of Purple #72056A

Tints of Purple #72056A

Color information

#72056A (or 0x72056A) is unknown color: approx Purple. HEX triplet: 72, 05 and 6A. RGB value is (114,5,106). Sum of RGB (Red+Green+Blue) = 114+5+106=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056A is #8DFA95. Grayscale: #303030. Windows color (decimal): -9304726 or 6948210. OLE color: 6948210.

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

Color convert

RGB1145106-
CMYK00.960.070.55
HSL304.4º91.6%23.33%-
HSV(B)304.4º95.61%44.71%-
XYZ9.64.7314.04-
YUV49.1160.11174.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=50.67%
G=2.22%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114510600.960.070.55304.491.623.33
Hex7256A0607371305c17
Octal1625152014076746013427
Binary1110010101110101001100000111110111100110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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