#770159

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

Shades of Tyrian Purple #770159

Tints of Tyrian Purple #770159

Color information

#770159 (or 0x770159) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 59. RGB value is (119,1,89). Sum of RGB (Red+Green+Blue) = 119+1+89=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770159 is #88FEA6. Grayscale: #2E2E2E. Windows color (decimal): -8978087 or 5833079. OLE color: 5833079.

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

Color convert

RGB119189-
CMYK00.990.250.53
HSL315.25º98.33%23.53%-
HSV(B)315.25º99.16%46.67%-
XYZ9.424.669.86-
YUV46.31152.09179.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=56.94%
G=0.48%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11918900.990.250.53315.2598.3323.53
Hex77159063193513b6218
Octal16711310143316547314230
Binary1110111110110010110001111001110101100111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770159; }

 p { color: rgb(119,1,89); }

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

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

 a { background-color: rgb(119,1,89); }

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

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

 span { border-color: rgb(119,1,89); }

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