#73166A

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

Shades of Palatinate Purple #73166A

Tints of Palatinate Purple #73166A

Color information

#73166A (or 0x73166A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 6A. RGB value is (115,22,106). Sum of RGB (Red+Green+Blue) = 115+22+106=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73166A is #8CE995. Grayscale: #3B3B3B. Windows color (decimal): -9234838 or 6952563. OLE color: 6952563.

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

Color convert

RGB11522106-
CMYK00.810.080.55
HSL305.81º67.88%26.86%-
HSV(B)305.81º80.87%45.1%-
XYZ9.965.2614.13-
YUV59.38154.31167.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=47.33%
G=9.05%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152210600.810.080.55305.8167.8826.86
Hex73166A051837132441b
Octal163261520121106746210433
Binary1110011101101101010010100011000110111100110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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