#79145C

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

Shades of Palatinate Purple #79145C

Tints of Palatinate Purple #79145C

Color information

#79145C (or 0x79145C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 14 and 5C. RGB value is (121,20,92). Sum of RGB (Red+Green+Blue) = 121+20+92=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79145C is #86EBA3. Grayscale: #3A3A3A. Windows color (decimal): -8842148 or 6034553. OLE color: 6034553.

HSL color Cylindrical-coordinate representation of color #79145C: hue angle of 317.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79145C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1212092-
CMYK00.830.240.53
HSL317.23º71.63%27.65%-
HSV(B)317.23º83.47%47.45%-
XYZ10.075.3410.62-
YUV58.41146.96172.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=51.93%
G=8.58%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121209200.830.240.53317.2371.6327.65
Hex79145C053183513d481c
Octal171241340123306547511034
Binary11110011010010111000101001111000110101100111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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