#73356A

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

Shades of Palatinate Purple #73356A

Tints of Palatinate Purple #73356A

Color information

#73356A (or 0x73356A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 35 and 6A. RGB value is (115,53,106). Sum of RGB (Red+Green+Blue) = 115+53+106=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73356A is #8CCA95. Grayscale: #4D4D4D. Windows color (decimal): -9226902 or 6960499. OLE color: 6960499.

HSL color Cylindrical-coordinate representation of color #73356A: hue angle of 308.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73356A is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11553106-
CMYK00.540.080.55
HSL308.71º36.9%32.94%-
HSV(B)308.71º53.91%45.1%-
XYZ10.947.2314.45-
YUV77.58144.04154.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=41.97%
G=19.34%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155310600.540.080.55308.7136.932.94
Hex73356A0368371352521
Octal1636515206610674654541
Binary1110011110101110101001101101000110111100110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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