#73205B

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

Shades of Palatinate Purple #73205B

Tints of Palatinate Purple #73205B

Color information

#73205B (or 0x73205B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 5B. RGB value is (115,32,91). Sum of RGB (Red+Green+Blue) = 115+32+91=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205B is #8CDFA4. Grayscale: #3F3F3F. Windows color (decimal): -9232293 or 5972083. OLE color: 5972083.

HSL color Cylindrical-coordinate representation of color #73205B: hue angle of 317.35º 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 #73205B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1153291-
CMYK00.720.210.55
HSL317.35º56.46%28.82%-
HSV(B)317.35º72.17%45.1%-
XYZ9.485.4310.45-
YUV63.54143.5164.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=48.32%
G=13.45%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115329100.720.210.55317.3556.4628.82
Hex73205B048153713d381d
Octal16340133011025674757035
Binary11100111000001011011010010001010111011110011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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