#73316B

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

Shades of Palatinate Purple #73316B

Tints of Palatinate Purple #73316B

Color information

#73316B (or 0x73316B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 6B. RGB value is (115,49,107). Sum of RGB (Red+Green+Blue) = 115+49+107=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73316B is #8CCE94. Grayscale: #4B4B4B. Windows color (decimal): -9227925 or 7025011. OLE color: 7025011.

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

Color convert

RGB11549107-
CMYK00.570.070.55
HSL307.27º40.24%32.16%-
HSV(B)307.27º57.39%45.1%-
XYZ10.826.914.67-
YUV75.35145.87156.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=42.44%
G=18.08%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154910700.570.070.55307.2740.2432.16
Hex73316B0397371332820
Octal163611530717674635040
Binary111001111000111010110111001111110111100110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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