#72027C

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

Shades of Purple #72027C

Tints of Purple #72027C

Color information

#72027C (or 0x72027C) is unknown color: approx Purple. HEX triplet: 72, 02 and 7C. RGB value is (114,2,124). Sum of RGB (Red+Green+Blue) = 114+2+124=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #72027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72027C is #8DFD83. Grayscale: #313131. Windows color (decimal): -9305476 or 8127090. OLE color: 8127090.

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

Color convert

RGB1142124-
CMYK0.080.9800.51
HSL295.08º96.83%24.71%-
HSV(B)295.08º98.39%48.63%-
XYZ10.65.0819.49-
YUV49.4170.11174.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=47.5%
G=0.83%
B=51.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11421240.080.9800.51295.0896.8324.71
Hex7227C8620331276119
Octal16221741014206344714131
Binary1110010101111100100011000100110011100100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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