#73315E

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

Shades of Palatinate Purple #73315E

Tints of Palatinate Purple #73315E

Color information

#73315E (or 0x73315E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 5E. RGB value is (115,49,94). Sum of RGB (Red+Green+Blue) = 115+49+94=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73315E is #8CCEA1. Grayscale: #494949. Windows color (decimal): -9227938 or 6173043. OLE color: 6173043.

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

Color convert

RGB1154994-
CMYK00.570.180.55
HSL319.09º40.24%32.16%-
HSV(B)319.09º57.39%45.1%-
XYZ10.196.6511.34-
YUV73.86139.37157.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=44.57%
G=18.99%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115499400.570.180.55319.0940.2432.16
Hex73315E039123713f2820
Octal1636113607122674775040
Binary11100111100011011110011100110010110111100111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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