#73185C

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

Shades of Palatinate Purple #73185C

Tints of Palatinate Purple #73185C

Color information

#73185C (or 0x73185C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 18 and 5C. RGB value is (115,24,92). Sum of RGB (Red+Green+Blue) = 115+24+92=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73185C is #8CE7A3. Grayscale: #3A3A3A. Windows color (decimal): -9234340 or 6035571. OLE color: 6035571.

HSL color Cylindrical-coordinate representation of color #73185C: hue angle of 315.16º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73185C is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1152492-
CMYK00.790.200.55
HSL315.16º65.47%27.25%-
HSV(B)315.16º79.13%45.1%-
XYZ9.335.0710.61-
YUV58.96146.65167.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=49.78%
G=10.39%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115249200.790.200.55315.1665.4727.25
Hex73185C04F143713b411b
Octal163301340117246747310133
Binary11100111100010111000100111110100110111100111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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