#790536

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

Shades of Tyrian Purple #790536

Tints of Tyrian Purple #790536

Color information

#790536 (or 0x790536) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 36. RGB value is (121,5,54). Sum of RGB (Red+Green+Blue) = 121+5+54=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #790536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790536 is #86FAC9. Grayscale: #2D2D2D. Windows color (decimal): -8846026 or 3540345. OLE color: 3540345.

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

Color convert

RGB121554-
CMYK00.960.550.53
HSL334.66º92.06%24.71%-
HSV(B)334.66º95.87%47.45%-
XYZ8.614.443.89-
YUV45.27132.93182.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.22%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 54 (21.48% from 255) = 30%
R=67.22%
G=2.78%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12155400.960.550.53334.6692.0624.71
Hex79536060373514f5c19
Octal1715660140676551713431
Binary111100110111011001100000110111110101101001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790536; }

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

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

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

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

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

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

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

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