#72145D

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

Shades of Palatinate Purple #72145D

Tints of Palatinate Purple #72145D

Color information

#72145D (or 0x72145D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 5D. RGB value is (114,20,93). Sum of RGB (Red+Green+Blue) = 114+20+93=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145D is #8DEBA2. Grayscale: #383838. Windows color (decimal): -9300899 or 6100082. OLE color: 6100082.

HSL color Cylindrical-coordinate representation of color #72145D: hue angle of 313.4º 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 #72145D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142093-
CMYK00.820.180.55
HSL313.4º70.15%26.27%-
HSV(B)313.4º82.46%44.71%-
XYZ9.174.8710.81-
YUV56.43148.64169.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=50.22%
G=8.81%
B=40.97%

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
Decimal114209300.820.180.55313.470.1526.27
Hex72145D0521237139461a
Octal162241350122226747110632
Binary11100101010010111010101001010010110111100111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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