#73245C

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

Shades of Palatinate Purple #73245C

Tints of Palatinate Purple #73245C

Color information

#73245C (or 0x73245C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 5C. RGB value is (115,36,92). Sum of RGB (Red+Green+Blue) = 115+36+92=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73245C is #8CDBA3. Grayscale: #414141. Windows color (decimal): -9231268 or 6038643. OLE color: 6038643.

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

Color convert

RGB1153692-
CMYK00.690.200.55
HSL317.47º52.32%29.61%-
HSV(B)317.47º68.7%45.1%-
XYZ9.635.6810.71-
YUV66142.67162.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=47.33%
G=14.81%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115369200.690.200.55317.4752.3229.61
Hex73245C045143713d341e
Octal16344134010524674756436
Binary11100111001001011100010001011010011011110011110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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