#73045E

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

Shades of Palatinate Purple #73045E

Tints of Palatinate Purple #73045E

Color information

#73045E (or 0x73045E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 04 and 5E. RGB value is (115,4,94). Sum of RGB (Red+Green+Blue) = 115+4+94=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73045E is #8CFBA1. Grayscale: #2F2F2F. Windows color (decimal): -9239458 or 6161523. OLE color: 6161523.

HSL color Cylindrical-coordinate representation of color #73045E: hue angle of 311.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73045E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB115494-
CMYK00.970.180.55
HSL311.35º93.28%23.33%-
HSV(B)311.35º96.52%45.1%-
XYZ9.134.5410.98-
YUV47.45154.27176.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=53.99%
G=1.88%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11549400.970.180.55311.3593.2823.33
Hex7345E06112371375d17
Octal16341360141226746713527
Binary111001110010111100110000110010110111100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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