#73325E

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

Shades of Palatinate Purple #73325E

Tints of Palatinate Purple #73325E

Color information

#73325E (or 0x73325E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 32 and 5E. RGB value is (115,50,94). Sum of RGB (Red+Green+Blue) = 115+50+94=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325E is #8CCDA1. Grayscale: #4A4A4A. Windows color (decimal): -9227682 or 6173299. OLE color: 6173299.

HSL color Cylindrical-coordinate representation of color #73325E: hue angle of 319.38º 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 #73325E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1155094-
CMYK00.570.180.55
HSL319.38º39.39%32.35%-
HSV(B)319.38º56.52%45.1%-
XYZ10.236.7311.35-
YUV74.45139.03156.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=44.40%
G=19.31%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509400.570.180.55319.3839.3932.35
Hex73325E039123713f2720
Octal1636213607122674774740
Binary11100111100101011110011100110010110111100111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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