#73265C

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

Shades of Palatinate Purple #73265C

Tints of Palatinate Purple #73265C

Color information

#73265C (or 0x73265C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 5C. RGB value is (115,38,92). Sum of RGB (Red+Green+Blue) = 115+38+92=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265C is #8CD9A3. Grayscale: #434343. Windows color (decimal): -9230756 or 6039155. OLE color: 6039155.

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

Color convert

RGB1153892-
CMYK00.670.200.55
HSL317.92º50.33%30%-
HSV(B)317.92º66.96%45.1%-
XYZ9.75.810.73-
YUV67.18142.01162.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=46.94%
G=15.51%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115389200.670.200.55317.9250.3330
Hex73265C043143713e321e
Octal16346134010324674766236
Binary11100111001101011100010000111010011011110011111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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