#79044A

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

Shades of Tyrian Purple #79044A

Tints of Tyrian Purple #79044A

Color information

#79044A (or 0x79044A) is unknown color: approx Tyrian Purple. HEX triplet: 79, 04 and 4A. RGB value is (121,4,74). Sum of RGB (Red+Green+Blue) = 121+4+74=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79044A is #86FBB5. Grayscale: #2E2E2E. Windows color (decimal): -8846262 or 4850809. OLE color: 4850809.

HSL color Cylindrical-coordinate representation of color #79044A: hue angle of 324.1º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79044A is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB121474-
CMYK00.970.390.53
HSL324.1º93.6%24.51%-
HSV(B)324.1º96.69%47.45%-
XYZ9.164.656.89-
YUV46.96143.26180.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=60.80%
G=2.01%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12147400.970.390.53324.193.624.51
Hex7944A06127351445e19
Octal17141120141476550413631
Binary1111001100100101001100001100111110101101000100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,4,74); }

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

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

 a { background-color: rgb(121,4,74); }

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

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

 span { border-color: rgb(121,4,74); }

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