#790544

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

Shades of Tyrian Purple #790544

Tints of Tyrian Purple #790544

Color information

#790544 (or 0x790544) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 44. RGB value is (121,5,68). Sum of RGB (Red+Green+Blue) = 121+5+68=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790544 is #86FABB. Grayscale: #2E2E2E. Windows color (decimal): -8846012 or 4457849. OLE color: 4457849.

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

Color convert

RGB121568-
CMYK00.960.440.53
HSL327.41º92.06%24.71%-
HSV(B)327.41º95.87%47.45%-
XYZ8.984.595.88-
YUV46.87139.93180.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=62.37%
G=2.58%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12156800.960.440.53327.4192.0624.71
Hex795440602C351475c19
Octal17151040140546550713431
Binary1111001101100010001100000101100110101101000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790544; }

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

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

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

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

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

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

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

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