#79014A

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

Shades of Tyrian Purple #79014A

Tints of Tyrian Purple #79014A

Color information

#79014A (or 0x79014A) is unknown color: approx Tyrian Purple. HEX triplet: 79, 01 and 4A. RGB value is (121,1,74). Sum of RGB (Red+Green+Blue) = 121+1+74=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #79014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79014A is #86FEB5. Grayscale: #2D2D2D. Windows color (decimal): -8847030 or 4850041. OLE color: 4850041.

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

Color convert

RGB121174-
CMYK00.990.390.53
HSL323.5º98.36%23.92%-
HSV(B)323.5º99.17%47.45%-
XYZ9.134.586.88-
YUV45.2144.26182.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=61.73%
G=0.51%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12117400.990.390.53323.598.3623.92
Hex7914A06327351446218
Octal17111120143476550414230
Binary11110011100101001100011100111110101101000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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