#73196A

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

Shades of Palatinate Purple #73196A

Tints of Palatinate Purple #73196A

Color information

#73196A (or 0x73196A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 6A. RGB value is (115,25,106). Sum of RGB (Red+Green+Blue) = 115+25+106=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196A is #8CE695. Grayscale: #3C3C3C. Windows color (decimal): -9234070 or 6953331. OLE color: 6953331.

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

Color convert

RGB11525106-
CMYK00.780.080.55
HSL306º64.29%27.45%-
HSV(B)306º78.26%45.1%-
XYZ10.025.3814.15-
YUV61.14153.32166.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=46.75%
G=10.16%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152510600.780.080.5530664.2927.45
Hex73196A04E837132401b
Octal163311520116106746210033
Binary1110011110011101010010011101000110111100110010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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