#73255D

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

Shades of Palatinate Purple #73255D

Tints of Palatinate Purple #73255D

Color information

#73255D (or 0x73255D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 5D. RGB value is (115,37,93). Sum of RGB (Red+Green+Blue) = 115+37+93=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73255D is #8CDAA2. Grayscale: #424242. Windows color (decimal): -9231011 or 6104435. OLE color: 6104435.

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

Color convert

RGB1153793-
CMYK00.680.190.55
HSL316.92º51.32%29.8%-
HSV(B)316.92º67.83%45.1%-
XYZ9.715.7610.96-
YUV66.71142.84162.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=46.94%
G=15.10%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115379300.680.190.55316.9251.3229.8
Hex73255D044133713d331e
Octal16345135010423674756336
Binary11100111001011011101010001001001111011110011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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