#79054F

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

Shades of Tyrian Purple #79054F

Tints of Tyrian Purple #79054F

Color information

#79054F (or 0x79054F) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 4F. RGB value is (121,5,79). Sum of RGB (Red+Green+Blue) = 121+5+79=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79054F is #86FAB0. Grayscale: #2F2F2F. Windows color (decimal): -8846001 or 5178745. OLE color: 5178745.

HSL color Cylindrical-coordinate representation of color #79054F: hue angle of 321.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79054F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB121579-
CMYK00.960.350.53
HSL321.72º92.06%24.71%-
HSV(B)321.72º95.87%47.45%-
XYZ9.354.747.82-
YUV48.12145.43179.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=59.02%
G=2.44%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12157900.960.350.53321.7292.0624.71
Hex7954F06023351425c19
Octal17151170140436550213431
Binary1111001101100111101100000100011110101101000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79054F; }

 p { color: rgb(121,5,79); }

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

<style>
 a { background-color: #79054F; }

 a { background-color: rgb(121,5,79); }

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

<style>
 span { border-color: #79054F; }

 span { border-color: rgb(121,5,79); }

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