#72145E

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

Shades of Palatinate Purple #72145E

Tints of Palatinate Purple #72145E

Color information

#72145E (or 0x72145E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 5E. RGB value is (114,20,94). Sum of RGB (Red+Green+Blue) = 114+20+94=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145E is #8DEBA1. Grayscale: #383838. Windows color (decimal): -9300898 or 6165618. OLE color: 6165618.

HSL color Cylindrical-coordinate representation of color #72145E: hue angle of 312.77º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72145E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142094-
CMYK00.820.180.55
HSL312.77º70.15%26.27%-
HSV(B)312.77º82.46%44.71%-
XYZ9.214.8911.05-
YUV56.54149.14168.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=50%
G=8.77%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114209400.820.180.55312.7770.1526.27
Hex72145E0521237139461a
Octal162241360122226747110632
Binary11100101010010111100101001010010110111100111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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