#73265E

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

Shades of Palatinate Purple #73265E

Tints of Palatinate Purple #73265E

Color information

#73265E (or 0x73265E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 5E. RGB value is (115,38,94). Sum of RGB (Red+Green+Blue) = 115+38+94=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265E is #8CD9A1. Grayscale: #434343. Windows color (decimal): -9230754 or 6170227. OLE color: 6170227.

HSL color Cylindrical-coordinate representation of color #73265E: hue angle of 316.36º 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 #73265E is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1153894-
CMYK00.670.180.55
HSL316.36º50.33%30%-
HSV(B)316.36º66.96%45.1%-
XYZ9.785.8411.2-
YUV67.41143.01161.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=46.56%
G=15.38%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115389400.670.180.55316.3650.3330
Hex73265E043123713c321e
Octal16346136010322674746236
Binary11100111001101011110010000111001011011110011110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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