#790549

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

Shades of Tyrian Purple #790549

Tints of Tyrian Purple #790549

Color information

#790549 (or 0x790549) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 49. RGB value is (121,5,73). Sum of RGB (Red+Green+Blue) = 121+5+73=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #790549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790549 is #86FAB6. Grayscale: #2F2F2F. Windows color (decimal): -8846007 or 4785529. OLE color: 4785529.

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

Color convert

RGB121573-
CMYK00.960.400.53
HSL324.83º92.06%24.71%-
HSV(B)324.83º95.87%47.45%-
XYZ9.144.656.72-
YUV47.44142.43180.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=60.80%
G=2.51%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12157300.960.400.53324.8392.0624.71
Hex7954906028351455c19
Octal17151110140506550513431
Binary1111001101100100101100000101000110101101000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790549; }

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

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

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

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

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

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

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

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