#73325D

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

Shades of Palatinate Purple #73325D

Tints of Palatinate Purple #73325D

Color information

#73325D (or 0x73325D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 32 and 5D. RGB value is (115,50,93). Sum of RGB (Red+Green+Blue) = 115+50+93=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325D is #8CCDA2. Grayscale: #4A4A4A. Windows color (decimal): -9227683 or 6107763. OLE color: 6107763.

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

Color convert

RGB1155093-
CMYK00.570.190.55
HSL320.31º39.39%32.35%-
HSV(B)320.31º56.52%45.1%-
XYZ10.196.7211.12-
YUV74.34138.53157-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=44.57%
G=19.38%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509300.570.190.55320.3139.3932.35
Hex73325D03913371402720
Octal1636213507123675004740
Binary11100111100101011101011100110011110111101000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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