#79145A

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

Shades of Palatinate Purple #79145A

Tints of Palatinate Purple #79145A

Color information

#79145A (or 0x79145A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 14 and 5A. RGB value is (121,20,90). Sum of RGB (Red+Green+Blue) = 121+20+90=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79145A is #86EBA5. Grayscale: #393939. Windows color (decimal): -8842150 or 5903481. OLE color: 5903481.

HSL color Cylindrical-coordinate representation of color #79145A: hue angle of 318.42º 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 #79145A is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1212090-
CMYK00.830.260.53
HSL318.42º71.63%27.65%-
HSV(B)318.42º83.47%47.45%-
XYZ9.985.310.17-
YUV58.18145.96172.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=52.38%
G=8.66%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121209000.830.260.53318.4271.6327.65
Hex79145A0531A3513e481c
Octal171241320123326547611034
Binary11110011010010110100101001111010110101100111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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