#73316A

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

Shades of Palatinate Purple #73316A

Tints of Palatinate Purple #73316A

Color information

#73316A (or 0x73316A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 6A. RGB value is (115,49,106). Sum of RGB (Red+Green+Blue) = 115+49+106=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #73316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73316A is #8CCE95. Grayscale: #4B4B4B. Windows color (decimal): -9227926 or 6959475. OLE color: 6959475.

HSL color Cylindrical-coordinate representation of color #73316A: hue angle of 308.18º 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 #73316A is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11549106-
CMYK00.570.080.55
HSL308.18º40.24%32.16%-
HSV(B)308.18º57.39%45.1%-
XYZ10.776.8814.4-
YUV75.23145.37156.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=42.59%
G=18.15%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154910600.570.080.55308.1840.2432.16
Hex73316A0398371342820
Octal1636115207110674645040
Binary1110011110001110101001110011000110111100110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73316A; }

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

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

<style>
 a { background-color: #73316A; }

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

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

<style>
 span { border-color: #73316A; }

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

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