#73365E

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

Shades of Palatinate Purple #73365E

Tints of Palatinate Purple #73365E

Color information

#73365E (or 0x73365E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 36 and 5E. RGB value is (115,54,94). Sum of RGB (Red+Green+Blue) = 115+54+94=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73365E is #8CC9A1. Grayscale: #4C4C4C. Windows color (decimal): -9226658 or 6174323. OLE color: 6174323.

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

Color convert

RGB1155494-
CMYK00.530.180.55
HSL320.66º36.09%33.14%-
HSV(B)320.66º53.04%45.1%-
XYZ10.417.0911.41-
YUV76.8137.71155.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=43.73%
G=20.53%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115549400.530.180.55320.6636.0933.14
Hex73365E03512371412421
Octal1636613606522675014441
Binary11100111101101011110011010110010110111101000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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