#72047C

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

Shades of Purple #72047C

Tints of Purple #72047C

Color information

#72047C (or 0x72047C) is unknown color: approx Purple. HEX triplet: 72, 04 and 7C. RGB value is (114,4,124). Sum of RGB (Red+Green+Blue) = 114+4+124=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #72047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72047C is #8DFB83. Grayscale: #323232. Windows color (decimal): -9304964 or 8127602. OLE color: 8127602.

HSL color Cylindrical-coordinate representation of color #72047C: hue angle of 295º 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 #72047C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1144124-
CMYK0.080.9700.51
HSL295º93.75%25.1%-
HSV(B)295º96.77%48.63%-
XYZ10.625.1219.5-
YUV50.57169.44173.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=47.11%
G=1.65%
B=51.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11441240.080.9700.5129593.7525.1
Hex7247C8610331275e19
Octal16241741014106344713631
Binary11100101001111100100011000010110011100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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