#72365F

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

Shades of Palatinate Purple #72365F

Tints of Palatinate Purple #72365F

Color information

#72365F (or 0x72365F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 36 and 5F. RGB value is (114,54,95). Sum of RGB (Red+Green+Blue) = 114+54+95=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365F is #8DC9A0. Grayscale: #4C4C4C. Windows color (decimal): -9292193 or 6239858. OLE color: 6239858.

HSL color Cylindrical-coordinate representation of color #72365F: hue angle of 319º 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 #72365F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1145495-
CMYK00.530.170.55
HSL319º35.71%32.94%-
HSV(B)319º52.63%44.71%-
XYZ10.327.0411.64-
YUV76.61138.38154.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=43.35%
G=20.53%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114549500.530.170.5531935.7132.94
Hex72365F035113713f2421
Octal1626613706521674774441
Binary11100101101101011111011010110001110111100111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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