#72325F

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

Shades of Palatinate Purple #72325F

Tints of Palatinate Purple #72325F

Color information

#72325F (or 0x72325F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 5F. RGB value is (114,50,95). Sum of RGB (Red+Green+Blue) = 114+50+95=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325F is #8DCDA0. Grayscale: #4A4A4A. Windows color (decimal): -9293217 or 6238834. OLE color: 6238834.

HSL color Cylindrical-coordinate representation of color #72325F: hue angle of 317.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72325F is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1145095-
CMYK00.560.170.55
HSL317.81º39.02%32.16%-
HSV(B)317.81º56.14%44.71%-
XYZ10.156.6811.58-
YUV74.27139.7156.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=44.02%
G=19.31%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114509500.560.170.55317.8139.0232.16
Hex72325F038113713e2720
Octal1626213707021674764740
Binary11100101100101011111011100010001110111100111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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