#72325B

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

Shades of Palatinate Purple #72325B

Tints of Palatinate Purple #72325B

Color information

#72325B (or 0x72325B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 5B. RGB value is (114,50,91). Sum of RGB (Red+Green+Blue) = 114+50+91=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325B is #8DCDA4. Grayscale: #494949. Windows color (decimal): -9293221 or 5976690. OLE color: 5976690.

HSL color Cylindrical-coordinate representation of color #72325B: hue angle of 321.56º 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 #72325B is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1145091-
CMYK00.560.200.55
HSL321.56º39.02%32.16%-
HSV(B)321.56º56.14%44.71%-
XYZ9.976.6110.65-
YUV73.81137.7156.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=44.71%
G=19.61%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114509100.560.200.55321.5639.0232.16
Hex72325B03814371422720
Octal1626213307024675024740
Binary11100101100101011011011100010100110111101000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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