#72365D

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

Shades of Palatinate Purple #72365D

Tints of Palatinate Purple #72365D

Color information

#72365D (or 0x72365D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 36 and 5D. RGB value is (114,54,93). Sum of RGB (Red+Green+Blue) = 114+54+93=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365D is #8DC9A2. Grayscale: #4C4C4C. Windows color (decimal): -9292195 or 6108786. OLE color: 6108786.

HSL color Cylindrical-coordinate representation of color #72365D: hue angle of 321º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72365D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1145493-
CMYK00.530.180.55
HSL321º35.71%32.94%-
HSV(B)321º52.63%44.71%-
XYZ10.237.0111.17-
YUV76.39137.38154.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=43.68%
G=20.69%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114549300.530.180.5532135.7132.94
Hex72365D03512371412421
Octal1626613506522675014441
Binary11100101101101011101011010110010110111101000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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