#73205E

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

Shades of Palatinate Purple #73205E

Tints of Palatinate Purple #73205E

Color information

#73205E (or 0x73205E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 5E. RGB value is (115,32,94). Sum of RGB (Red+Green+Blue) = 115+32+94=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205E is #8CDFA1. Grayscale: #3F3F3F. Windows color (decimal): -9232290 or 6168691. OLE color: 6168691.

HSL color Cylindrical-coordinate representation of color #73205E: hue angle of 315.18º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73205E is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1153294-
CMYK00.720.180.55
HSL315.18º56.46%28.82%-
HSV(B)315.18º72.17%45.1%-
XYZ9.615.4911.14-
YUV63.88145164.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=47.72%
G=13.28%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115329400.720.180.55315.1856.4628.82
Hex73205E048123713b381d
Octal16340136011022674737035
Binary11100111000001011110010010001001011011110011101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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