#72045E

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

Shades of Palatinate Purple #72045E

Tints of Palatinate Purple #72045E

Color information

#72045E (or 0x72045E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 04 and 5E. RGB value is (114,4,94). Sum of RGB (Red+Green+Blue) = 114+4+94=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72045E is #8DFBA1. Grayscale: #2E2E2E. Windows color (decimal): -9304994 or 6161522. OLE color: 6161522.

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

Color convert

RGB114494-
CMYK00.960.180.55
HSL310.91º93.22%23.14%-
HSV(B)310.91º96.49%44.71%-
XYZ94.4710.98-
YUV47.15154.44175.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=53.77%
G=1.89%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11449400.960.180.55310.9193.2223.14
Hex7245E06012371375d17
Octal16241360140226746713527
Binary111001010010111100110000010010110111100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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