#73155C

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

Shades of Palatinate Purple #73155C

Tints of Palatinate Purple #73155C

Color information

#73155C (or 0x73155C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 5C. RGB value is (115,21,92). Sum of RGB (Red+Green+Blue) = 115+21+92=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155C is #8CEAA3. Grayscale: #393939. Windows color (decimal): -9235108 or 6034803. OLE color: 6034803.

HSL color Cylindrical-coordinate representation of color #73155C: hue angle of 314.68º 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 #73155C is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1152192-
CMYK00.820.200.55
HSL314.68º69.12%26.67%-
HSV(B)314.68º81.74%45.1%-
XYZ9.274.9510.59-
YUV57.2147.64169.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=50.44%
G=9.21%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115219200.820.200.55314.6869.1226.67
Hex73155C052143713b451b
Octal163251340122246747310533
Binary11100111010110111000101001010100110111100111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73155C; }

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

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

<style>
 a { background-color: #73155C; }

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

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

<style>
 span { border-color: #73155C; }

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

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