#73246C

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

Shades of Palatinate Purple #73246C

Tints of Palatinate Purple #73246C

Color information

#73246C (or 0x73246C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 6C. RGB value is (115,36,108). Sum of RGB (Red+Green+Blue) = 115+36+108=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246C is #8CDB93. Grayscale: #434343. Windows color (decimal): -9231252 or 7087219. OLE color: 7087219.

HSL color Cylindrical-coordinate representation of color #73246C: hue angle of 305.32º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73246C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11536108-
CMYK00.690.060.55
HSL305.32º52.32%29.61%-
HSV(B)305.32º68.7%45.1%-
XYZ10.415.9914.79-
YUV67.83150.67161.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=44.40%
G=13.90%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153610800.690.060.55305.3252.3229.61
Hex73246C045637131341e
Octal1634415401056674616436
Binary111001110010011011000100010111011011110011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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