#790449

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

Shades of Tyrian Purple #790449

Tints of Tyrian Purple #790449

Color information

#790449 (or 0x790449) is unknown color: approx Tyrian Purple. HEX triplet: 79, 04 and 49. RGB value is (121,4,73). Sum of RGB (Red+Green+Blue) = 121+4+73=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #790449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790449 is #86FBB6. Grayscale: #2E2E2E. Windows color (decimal): -8846263 or 4785273. OLE color: 4785273.

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

Color convert

RGB121473-
CMYK00.970.400.53
HSL324.62º93.6%24.51%-
HSV(B)324.62º96.69%47.45%-
XYZ9.134.636.72-
YUV46.85142.76180.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.11%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=61.11%
G=2.02%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12147300.970.400.53324.6293.624.51
Hex7944906128351455e19
Octal17141110141506550513631
Binary1111001100100100101100001101000110101101000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790449; }

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

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

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

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

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

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

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

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