#73165A

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

Shades of Palatinate Purple #73165A

Tints of Palatinate Purple #73165A

Color information

#73165A (or 0x73165A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 5A. RGB value is (115,22,90). Sum of RGB (Red+Green+Blue) = 115+22+90=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73165A is #8CE9A5. Grayscale: #393939. Windows color (decimal): -9234854 or 5903987. OLE color: 5903987.

HSL color Cylindrical-coordinate representation of color #73165A: hue angle of 316.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73165A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1152290-
CMYK00.810.220.55
HSL316.13º67.88%26.86%-
HSV(B)316.13º80.87%45.1%-
XYZ9.24.9610.14-
YUV57.56146.31168.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=50.66%
G=9.69%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115229000.810.220.55316.1367.8826.86
Hex73165A051163713c441b
Octal163261320121266747410433
Binary11100111011010110100101000110110110111100111100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,22,90); }

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

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

 a { background-color: rgb(115,22,90); }

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

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

 span { border-color: rgb(115,22,90); }

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