#73295E

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

Shades of Palatinate Purple #73295E

Tints of Palatinate Purple #73295E

Color information

#73295E (or 0x73295E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 5E. RGB value is (115,41,94). Sum of RGB (Red+Green+Blue) = 115+41+94=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295E is #8CD6A1. Grayscale: #454545. Windows color (decimal): -9229986 or 6170995. OLE color: 6170995.

HSL color Cylindrical-coordinate representation of color #73295E: hue angle of 317.03º 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 #73295E is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1154194-
CMYK00.640.180.55
HSL317.03º47.44%30.59%-
HSV(B)317.03º64.35%45.1%-
XYZ9.886.0411.23-
YUV69.17142.02160.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=46%
G=16.4%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115419400.640.180.55317.0347.4430.59
Hex73295E040123713d2f1f
Octal16351136010022674755737
Binary11100111010011011110010000001001011011110011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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