#73255C

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

Shades of Palatinate Purple #73255C

Tints of Palatinate Purple #73255C

Color information

#73255C (or 0x73255C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 5C. RGB value is (115,37,92). Sum of RGB (Red+Green+Blue) = 115+37+92=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73255C is #8CDAA3. Grayscale: #424242. Windows color (decimal): -9231012 or 6038899. OLE color: 6038899.

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

Color convert

RGB1153792-
CMYK00.680.200.55
HSL317.69º51.32%29.8%-
HSV(B)317.69º67.83%45.1%-
XYZ9.665.7410.72-
YUV66.59142.34162.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=47.13%
G=15.16%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115379200.680.200.55317.6951.3229.8
Hex73255C044143713e331e
Octal16345134010424674766336
Binary11100111001011011100010001001010011011110011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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