#73245B

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

Shades of Palatinate Purple #73245B

Tints of Palatinate Purple #73245B

Color information

#73245B (or 0x73245B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 5B. RGB value is (115,36,91). Sum of RGB (Red+Green+Blue) = 115+36+91=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73245B is #8CDBA4. Grayscale: #414141. Windows color (decimal): -9231269 or 5973107. OLE color: 5973107.

HSL color Cylindrical-coordinate representation of color #73245B: hue angle of 318.23º 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 #73245B is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1153691-
CMYK00.690.210.55
HSL318.23º52.32%29.61%-
HSV(B)318.23º68.7%45.1%-
XYZ9.595.6610.48-
YUV65.89142.17163.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=47.52%
G=14.88%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115369100.690.210.55318.2352.3229.61
Hex73245B045153713e341e
Octal16344133010525674766436
Binary11100111001001011011010001011010111011110011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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