#79245C

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

Shades of Palatinate Purple #79245C

Tints of Palatinate Purple #79245C

Color information

#79245C (or 0x79245C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 24 and 5C. RGB value is (121,36,92). Sum of RGB (Red+Green+Blue) = 121+36+92=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79245C is #86DBA3. Grayscale: #434343. Windows color (decimal): -8838052 or 6038649. OLE color: 6038649.

HSL color Cylindrical-coordinate representation of color #79245C: hue angle of 320.47º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79245C is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1213692-
CMYK00.700.240.53
HSL320.47º54.14%30.78%-
HSV(B)320.47º70.25%47.45%-
XYZ10.456.110.75-
YUV67.8141.66165.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=48.59%
G=14.46%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121369200.700.240.53320.4754.1430.78
Hex79245C0461835140361f
Octal17144134010630655006637
Binary11110011001001011100010001101100011010110100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79245C; }

 p { color: rgb(121,36,92); }

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

<style>
 a { background-color: #79245C; }

 a { background-color: rgb(121,36,92); }

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

<style>
 span { border-color: #79245C; }

 span { border-color: rgb(121,36,92); }

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