#72145C

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

Shades of Palatinate Purple #72145C

Tints of Palatinate Purple #72145C

Color information

#72145C (or 0x72145C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 5C. RGB value is (114,20,92). Sum of RGB (Red+Green+Blue) = 114+20+92=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145C is #8DEBA3. Grayscale: #383838. Windows color (decimal): -9300900 or 6034546. OLE color: 6034546.

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

Color convert

RGB1142092-
CMYK00.820.190.55
HSL314.04º70.15%26.27%-
HSV(B)314.04º82.46%44.71%-
XYZ9.124.8510.58-
YUV56.31148.14169.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 20 (8.20% from 255) = 8.85%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=50.44%
G=8.85%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114209200.820.190.55314.0470.1526.27
Hex72145C052133713a461a
Octal162241340122236747210632
Binary11100101010010111000101001010011110111100111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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