#72056D

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

Shades of Purple #72056D

Tints of Purple #72056D

Color information

#72056D (or 0x72056D) is unknown color: approx Purple. HEX triplet: 72, 05 and 6D. RGB value is (114,5,109). Sum of RGB (Red+Green+Blue) = 114+5+109=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056D is #8DFA92. Grayscale: #313131. Windows color (decimal): -9304723 or 7144818. OLE color: 7144818.

HSL color Cylindrical-coordinate representation of color #72056D: hue angle of 302.75º 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 #72056D is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1145109-
CMYK00.960.040.55
HSL302.75º91.6%23.33%-
HSV(B)302.75º95.61%44.71%-
XYZ9.754.7914.88-
YUV49.45161.61174.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=50%
G=2.19%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114510900.960.040.55302.7591.623.33
Hex7256D06043712f5c17
Octal1625155014046745713427
Binary1110010101110110101100000100110111100101111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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