#72147E

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

Shades of Purple #72147E

Tints of Purple #72147E

Color information

#72147E (or 0x72147E) is unknown color: approx Purple. HEX triplet: 72, 14 and 7E. RGB value is (114,20,126). Sum of RGB (Red+Green+Blue) = 114+20+126=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #72147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72147E is #8DEB81. Grayscale: #3B3B3B. Windows color (decimal): -9300866 or 8262770. OLE color: 8262770.

HSL color Cylindrical-coordinate representation of color #72147E: hue angle of 293.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72147E is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11420126-
CMYK0.100.8400.51
HSL293.21º72.6%28.63%-
HSV(B)293.21º84.13%49.41%-
XYZ10.965.5820.24-
YUV60.19165.14166.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=43.85%
G=7.69%
B=48.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114201260.100.8400.51293.2172.628.63
Hex72147EA54033125491d
Octal162241761212406344511135
Binary1110010101001111110101010101000110011100100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72147E; }

 p { color: rgb(114,20,126); }

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

<style>
 a { background-color: #72147E; }

 a { background-color: rgb(114,20,126); }

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

<style>
 span { border-color: #72147E; }

 span { border-color: rgb(114,20,126); }

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