#73215C

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

Shades of Palatinate Purple #73215C

Tints of Palatinate Purple #73215C

Color information

#73215C (or 0x73215C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 5C. RGB value is (115,33,92). Sum of RGB (Red+Green+Blue) = 115+33+92=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73215C is #8CDEA3. Grayscale: #404040. Windows color (decimal): -9232036 or 6037875. OLE color: 6037875.

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

Color convert

RGB1153392-
CMYK00.710.200.55
HSL316.83º55.41%29.02%-
HSV(B)316.83º71.3%45.1%-
XYZ9.555.5110.68-
YUV64.24143.67164.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=47.92%
G=13.75%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115339200.710.200.55316.8355.4129.02
Hex73215C047143713d371d
Octal16341134010724674756735
Binary11100111000011011100010001111010011011110011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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