#73156A

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

Shades of Palatinate Purple #73156A

Tints of Palatinate Purple #73156A

Color information

#73156A (or 0x73156A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 6A. RGB value is (115,21,106). Sum of RGB (Red+Green+Blue) = 115+21+106=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73156A is #8CEA95. Grayscale: #3A3A3A. Windows color (decimal): -9235094 or 6952307. OLE color: 6952307.

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

Color convert

RGB11521106-
CMYK00.820.080.55
HSL305.74º69.12%26.67%-
HSV(B)305.74º81.74%45.1%-
XYZ9.945.2214.12-
YUV58.8154.64168.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=47.52%
G=8.68%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152110600.820.080.55305.7469.1226.67
Hex73156A052837132451b
Octal163251520122106746210533
Binary1110011101011101010010100101000110111100110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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