#790548

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

Shades of Tyrian Purple #790548

Tints of Tyrian Purple #790548

Color information

#790548 (or 0x790548) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 48. RGB value is (121,5,72). Sum of RGB (Red+Green+Blue) = 121+5+72=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #790548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790548 is #86FAB7. Grayscale: #2F2F2F. Windows color (decimal): -8846008 or 4719993. OLE color: 4719993.

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

Color convert

RGB121572-
CMYK00.960.400.53
HSL325.34º92.06%24.71%-
HSV(B)325.34º95.87%47.45%-
XYZ9.114.646.55-
YUV47.32141.93180.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.11%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=61.11%
G=2.53%
B=36.36%

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
Decimal12157200.960.400.53325.3492.0624.71
Hex7954806028351455c19
Octal17151100140506550513431
Binary1111001101100100001100000101000110101101000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790548; }

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

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

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

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

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

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

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

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