#73216D

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

Shades of Palatinate Purple #73216D

Tints of Palatinate Purple #73216D

Color information

#73216D (or 0x73216D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 6D. RGB value is (115,33,109). Sum of RGB (Red+Green+Blue) = 115+33+109=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73216D is #8CDE92. Grayscale: #414141. Windows color (decimal): -9232019 or 7151987. OLE color: 7151987.

HSL color Cylindrical-coordinate representation of color #73216D: hue angle of 304.39º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73216D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11533109-
CMYK00.710.050.55
HSL304.39º55.41%29.02%-
HSV(B)304.39º71.3%45.1%-
XYZ10.375.8415.05-
YUV66.18152.17162.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=44.75%
G=12.84%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153310900.710.050.55304.3955.4129.02
Hex73216D047537130371d
Octal1634115501075674606735
Binary111001110000111011010100011110111011110011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73216D; }

 p { color: rgb(115,33,109); }

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

<style>
 a { background-color: #73216D; }

 a { background-color: rgb(115,33,109); }

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

<style>
 span { border-color: #73216D; }

 span { border-color: rgb(115,33,109); }

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