#73186C

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

Shades of Palatinate Purple #73186C

Tints of Palatinate Purple #73186C

Color information

#73186C (or 0x73186C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 18 and 6C. RGB value is (115,24,108). Sum of RGB (Red+Green+Blue) = 115+24+108=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73186C is #8CE793. Grayscale: #3C3C3C. Windows color (decimal): -9234324 or 7084147. OLE color: 7084147.

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

Color convert

RGB11524108-
CMYK00.790.060.55
HSL304.62º65.47%27.25%-
HSV(B)304.62º79.13%45.1%-
XYZ10.15.3814.69-
YUV60.78154.65166.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=46.56%
G=9.72%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152410800.790.060.55304.6265.4727.25
Hex73186C04F637131411b
Octal16330154011766746110133
Binary111001111000110110001001111110110111100110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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