#79205D

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

Shades of Palatinate Purple #79205D

Tints of Palatinate Purple #79205D

Color information

#79205D (or 0x79205D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 20 and 5D. RGB value is (121,32,93). Sum of RGB (Red+Green+Blue) = 121+32+93=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79205D is #86DFA2. Grayscale: #414141. Windows color (decimal): -8839075 or 6103161. OLE color: 6103161.

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

Color convert

RGB1213293-
CMYK00.740.230.53
HSL318.88º58.17%30%-
HSV(B)318.88º73.55%47.45%-
XYZ10.385.8910.95-
YUV65.56143.49167.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=49.19%
G=13.01%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121329300.740.230.53318.8858.1730
Hex79205D04A173513f3a1e
Octal17140135011227654777236
Binary11110011000001011101010010101011111010110011111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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