#72325C

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

Shades of Palatinate Purple #72325C

Tints of Palatinate Purple #72325C

Color information

#72325C (or 0x72325C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 5C. RGB value is (114,50,92). Sum of RGB (Red+Green+Blue) = 114+50+92=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325C is #8DCDA3. Grayscale: #494949. Windows color (decimal): -9293220 or 6042226. OLE color: 6042226.

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

Color convert

RGB1145092-
CMYK00.560.190.55
HSL320.62º39.02%32.16%-
HSV(B)320.62º56.14%44.71%-
XYZ10.016.6310.88-
YUV73.92138.2156.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=44.53%
G=19.53%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114509200.560.190.55320.6239.0232.16
Hex72325C03813371412720
Octal1626213407023675014740
Binary11100101100101011100011100010011110111101000001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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