#79004F

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

Shades of Tyrian Purple #79004F

Tints of Tyrian Purple #79004F

Color information

#79004F (or 0x79004F) is unknown color: approx Tyrian Purple. HEX triplet: 79, 00 and 4F. RGB value is (121,0,79). Sum of RGB (Red+Green+Blue) = 121+0+79=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79004F is #86FFB0. Grayscale: #2C2C2C. Windows color (decimal): -8847281 or 5177465. OLE color: 5177465.

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

Color convert

RGB121079-
CMYK010.350.53
HSL320.83º100%23.73%-
HSV(B)320.83º100%47.45%-
XYZ9.34.637.8-
YUV45.18147.09182.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=60.5%
G=0%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121079010.350.53320.8310023.73
Hex7904F06423351416418
Octal17101170144436550114430
Binary11110010100111101100100100011110101101000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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