#72157C

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

Shades of Purple #72157C

Tints of Purple #72157C

Color information

#72157C (or 0x72157C) is unknown color: approx Purple. HEX triplet: 72, 15 and 7C. RGB value is (114,21,124). Sum of RGB (Red+Green+Blue) = 114+21+124=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #72157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72157C is #8DEA83. Grayscale: #3C3C3C. Windows color (decimal): -9300612 or 8131954. OLE color: 8131954.

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

Color convert

RGB11421124-
CMYK0.080.8300.51
HSL294.17º71.03%28.43%-
HSV(B)294.17º83.06%48.63%-
XYZ10.855.5719.57-
YUV60.55163.81166.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=44.02%
G=8.11%
B=47.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114211240.080.8300.51294.1771.0328.43
Hex72157C853033126471c
Octal162251741012306344610734
Binary1110010101011111100100010100110110011100100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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