#73295B

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

Shades of Palatinate Purple #73295B

Tints of Palatinate Purple #73295B

Color information

#73295B (or 0x73295B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 5B. RGB value is (115,41,91). Sum of RGB (Red+Green+Blue) = 115+41+91=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295B is #8CD6A4. Grayscale: #444444. Windows color (decimal): -9229989 or 5974387. OLE color: 5974387.

HSL color Cylindrical-coordinate representation of color #73295B: hue angle of 319.46º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73295B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1154191-
CMYK00.640.210.55
HSL319.46º47.44%30.59%-
HSV(B)319.46º64.35%45.1%-
XYZ9.755.9910.54-
YUV68.83140.52160.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=46.56%
G=16.60%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115419100.640.210.55319.4647.4430.59
Hex73295B040153713f2f1f
Octal16351133010025674775737
Binary11100111010011011011010000001010111011110011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73295B; }

 p { color: rgb(115,41,91); }

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

<style>
 a { background-color: #73295B; }

 a { background-color: rgb(115,41,91); }

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

<style>
 span { border-color: #73295B; }

 span { border-color: rgb(115,41,91); }

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