#73195E

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

Shades of Palatinate Purple #73195E

Tints of Palatinate Purple #73195E

Color information

#73195E (or 0x73195E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 5E. RGB value is (115,25,94). Sum of RGB (Red+Green+Blue) = 115+25+94=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73195E is #8CE6A1. Grayscale: #3B3B3B. Windows color (decimal): -9234082 or 6166899. OLE color: 6166899.

HSL color Cylindrical-coordinate representation of color #73195E: hue angle of 314º 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 #73195E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1152594-
CMYK00.780.180.55
HSL314º64.29%27.45%-
HSV(B)314º78.26%45.1%-
XYZ9.445.1511.09-
YUV59.78147.32167.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=49.15%
G=10.68%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115259400.780.180.5531464.2927.45
Hex73195E04E123713a401b
Octal163311360116226747210033
Binary11100111100110111100100111010010110111100111010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73195E; }

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

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

<style>
 a { background-color: #73195E; }

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

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

<style>
 span { border-color: #73195E; }

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

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