#72047D

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

Shades of Purple #72047D

Tints of Purple #72047D

Color information

#72047D (or 0x72047D) is unknown color: approx Purple. HEX triplet: 72, 04 and 7D. RGB value is (114,4,125). Sum of RGB (Red+Green+Blue) = 114+4+125=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #72047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72047D is #8DFB82. Grayscale: #323232. Windows color (decimal): -9304963 or 8193138. OLE color: 8193138.

HSL color Cylindrical-coordinate representation of color #72047D: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72047D is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1144125-
CMYK0.090.9700.51
HSL294.55º93.8%25.29%-
HSV(B)294.55º96.8%49.02%-
XYZ10.685.1419.83-
YUV50.68169.94173.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=46.91%
G=1.65%
B=51.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11441250.090.9700.51294.5593.825.29
Hex7247D9610331275e19
Octal16241751114106344713631
Binary11100101001111101100111000010110011100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,4,125); }

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

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

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

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

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

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

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