#790156

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

Shades of Tyrian Purple #790156

Tints of Tyrian Purple #790156

Color information

#790156 (or 0x790156) is unknown color: approx Tyrian Purple. HEX triplet: 79, 01 and 56. RGB value is (121,1,86). Sum of RGB (Red+Green+Blue) = 121+1+86=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #790156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790156 is #86FEA9. Grayscale: #2E2E2E. Windows color (decimal): -8847018 or 5636473. OLE color: 5636473.

HSL color Cylindrical-coordinate representation of color #790156: hue angle of 317.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790156 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB121186-
CMYK00.990.290.53
HSL317.5º98.36%23.92%-
HSV(B)317.5º99.17%47.45%-
XYZ9.584.769.22-
YUV46.57150.26181.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=58.17%
G=0.48%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12118600.990.290.53317.598.3623.92
Hex791560631D3513e6218
Octal17111260143356547614230
Binary1111001110101100110001111101110101100111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790156; }

 p { color: rgb(121,1,86); }

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

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

 a { background-color: rgb(121,1,86); }

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

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

 span { border-color: rgb(121,1,86); }

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