#73345E

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

Shades of Palatinate Purple #73345E

Tints of Palatinate Purple #73345E

Color information

#73345E (or 0x73345E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 34 and 5E. RGB value is (115,52,94). Sum of RGB (Red+Green+Blue) = 115+52+94=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73345E is #8CCBA1. Grayscale: #4B4B4B. Windows color (decimal): -9227170 or 6173811. OLE color: 6173811.

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

Color convert

RGB1155294-
CMYK00.550.180.55
HSL320º37.72%32.75%-
HSV(B)320º54.78%45.1%-
XYZ10.326.9111.38-
YUV75.62138.37156.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=44.06%
G=19.92%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115529400.550.180.5532037.7232.75
Hex73345E03712371402621
Octal1636413606722675004641
Binary11100111101001011110011011110010110111101000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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