#790139

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

Shades of Tyrian Purple #790139

Tints of Tyrian Purple #790139

Color information

#790139 (or 0x790139) is unknown color: approx Tyrian Purple. HEX triplet: 79, 01 and 39. RGB value is (121,1,57). Sum of RGB (Red+Green+Blue) = 121+1+57=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #790139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790139 is #86FEC6. Grayscale: #2B2B2B. Windows color (decimal): -8847047 or 3735929. OLE color: 3735929.

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

Color convert

RGB121157-
CMYK00.990.530.53
HSL332º98.36%23.92%-
HSV(B)332º99.17%47.45%-
XYZ8.634.384.26-
YUV43.26135.76183.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=67.60%
G=0.56%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12115700.990.530.5333298.3623.92
Hex79139063353514c6218
Octal1711710143656551414230
Binary1111001111100101100011110101110101101001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790139; }

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

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

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

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

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

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

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

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