#78205D

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

Shades of Palatinate Purple #78205D

Tints of Palatinate Purple #78205D

Color information

#78205D (or 0x78205D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 20 and 5D. RGB value is (120,32,93). Sum of RGB (Red+Green+Blue) = 120+32+93=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78205D is #87DFA2. Grayscale: #414141. Windows color (decimal): -8904611 or 6103160. OLE color: 6103160.

HSL color Cylindrical-coordinate representation of color #78205D: hue angle of 318.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78205D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1203293-
CMYK00.730.220.53
HSL318.41º57.89%29.8%-
HSV(B)318.41º73.33%47.06%-
XYZ10.245.8210.94-
YUV65.27143.65167.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=48.98%
G=13.06%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120329300.730.220.53318.4157.8929.8
Hex78205D049163513e3a1e
Octal17040135011126654767236
Binary11110001000001011101010010011011011010110011111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,32,93); }

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

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

 a { background-color: rgb(120,32,93); }

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

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

 span { border-color: rgb(120,32,93); }

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