#73215D

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

Shades of Palatinate Purple #73215D

Tints of Palatinate Purple #73215D

Color information

#73215D (or 0x73215D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 5D. RGB value is (115,33,93). Sum of RGB (Red+Green+Blue) = 115+33+93=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73215D is #8CDEA2. Grayscale: #404040. Windows color (decimal): -9232035 or 6103411. OLE color: 6103411.

HSL color Cylindrical-coordinate representation of color #73215D: hue angle of 316.1º 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 #73215D is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1153393-
CMYK00.710.190.55
HSL316.1º55.41%29.02%-
HSV(B)316.1º71.3%45.1%-
XYZ9.595.5210.92-
YUV64.36144.17164.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=47.72%
G=13.69%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115339300.710.190.55316.155.4129.02
Hex73215D047133713c371d
Octal16341135010723674746735
Binary11100111000011011101010001111001111011110011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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