#73295C

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

Shades of Palatinate Purple #73295C

Tints of Palatinate Purple #73295C

Color information

#73295C (or 0x73295C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 5C. RGB value is (115,41,92). Sum of RGB (Red+Green+Blue) = 115+41+92=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295C is #8CD6A3. Grayscale: #444444. Windows color (decimal): -9229988 or 6039923. OLE color: 6039923.

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

Color convert

RGB1154192-
CMYK00.640.200.55
HSL318.65º47.44%30.59%-
HSV(B)318.65º64.35%45.1%-
XYZ9.79610.77-
YUV68.94141.02160.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=46.37%
G=16.53%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115419200.640.200.55318.6547.4430.59
Hex73295C040143713f2f1f
Octal16351134010024674775737
Binary11100111010011011100010000001010011011110011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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