#72187C

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

Shades of Purple #72187C

Tints of Purple #72187C

Color information

#72187C (or 0x72187C) is unknown color: approx Purple. HEX triplet: 72, 18 and 7C. RGB value is (114,24,124). Sum of RGB (Red+Green+Blue) = 114+24+124=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #72187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72187C is #8DE783. Grayscale: #3E3E3E. Windows color (decimal): -9299844 or 8132722. OLE color: 8132722.

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

Color convert

RGB11424124-
CMYK0.080.8100.51
HSL294º67.57%29.02%-
HSV(B)294º80.65%48.63%-
XYZ10.95.6919.59-
YUV62.31162.82164.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=43.51%
G=9.16%
B=47.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114241240.080.8100.5129467.5729.02
Hex72187C851033126441d
Octal162301741012106344610435
Binary1110010110001111100100010100010110011100100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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