#73325C

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

Shades of Palatinate Purple #73325C

Tints of Palatinate Purple #73325C

Color information

#73325C (or 0x73325C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 32 and 5C. RGB value is (115,50,92). Sum of RGB (Red+Green+Blue) = 115+50+92=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325C is #8CCDA3. Grayscale: #4A4A4A. Windows color (decimal): -9227684 or 6042227. OLE color: 6042227.

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

Color convert

RGB1155092-
CMYK00.570.200.55
HSL321.23º39.39%32.35%-
HSV(B)321.23º56.52%45.1%-
XYZ10.146.710.88-
YUV74.22138.03157.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=44.75%
G=19.46%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509200.570.200.55321.2339.3932.35
Hex73325C03914371412720
Octal1636213407124675014740
Binary11100111100101011100011100110100110111101000001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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