#72185E

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

Shades of Palatinate Purple #72185E

Tints of Palatinate Purple #72185E

Color information

#72185E (or 0x72185E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 5E. RGB value is (114,24,94). Sum of RGB (Red+Green+Blue) = 114+24+94=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72185E is #8DE7A1. Grayscale: #3A3A3A. Windows color (decimal): -9299874 or 6166642. OLE color: 6166642.

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

Color convert

RGB1142494-
CMYK00.790.180.55
HSL313.33º65.22%27.06%-
HSV(B)313.33º78.95%44.71%-
XYZ9.295.0411.07-
YUV58.89147.82167.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=49.14%
G=10.34%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249400.790.180.55313.3365.2227.06
Hex72185E04F1237139411b
Octal162301360117226747110133
Binary11100101100010111100100111110010110111100111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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