#73206F

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

Shades of Palatinate Purple #73206F

Tints of Palatinate Purple #73206F

Color information

#73206F (or 0x73206F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 6F. RGB value is (115,32,111). Sum of RGB (Red+Green+Blue) = 115+32+111=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73206F is #8CDF90. Grayscale: #414141. Windows color (decimal): -9232273 or 7282803. OLE color: 7282803.

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

Color convert

RGB11532111-
CMYK00.720.030.55
HSL302.89º56.46%28.82%-
HSV(B)302.89º72.17%45.1%-
XYZ10.465.8315.61-
YUV65.82153.5163.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=44.57%
G=12.40%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153211100.720.030.55302.8956.4628.82
Hex73206F04833712f381d
Octal1634015701103674577035
Binary11100111000001101111010010001111011110010111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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