#73295F

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

Shades of Palatinate Purple #73295F

Tints of Palatinate Purple #73295F

Color information

#73295F (or 0x73295F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 5F. RGB value is (115,41,95). Sum of RGB (Red+Green+Blue) = 115+41+95=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295F is #8CD6A0. Grayscale: #454545. Windows color (decimal): -9229985 or 6236531. OLE color: 6236531.

HSL color Cylindrical-coordinate representation of color #73295F: hue angle of 316.22º 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 #73295F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1154195-
CMYK00.640.170.55
HSL316.22º47.44%30.59%-
HSV(B)316.22º64.35%45.1%-
XYZ9.936.0611.47-
YUV69.28142.52160.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=45.82%
G=16.33%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115419500.640.170.55316.2247.4430.59
Hex73295F040113713c2f1f
Octal16351137010021674745737
Binary11100111010011011111010000001000111011110011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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