#770051

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

Shades of Tyrian Purple #770051

Tints of Tyrian Purple #770051

Color information

#770051 (or 0x770051) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 51. RGB value is (119,0,81). Sum of RGB (Red+Green+Blue) = 119+0+81=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #770051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770051 is #88FFAE. Grayscale: #2C2C2C. Windows color (decimal): -8978351 or 5308535. OLE color: 5308535.

HSL color Cylindrical-coordinate representation of color #770051: hue angle of 319.16º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770051 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB119081-
CMYK010.320.53
HSL319.16º100%23.33%-
HSV(B)319.16º100%46.67%-
XYZ9.094.528.18-
YUV44.82148.42180.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=59.5%
G=0%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119081010.320.53319.1610023.33
Hex77051064203513f6417
Octal16701210144406547714427
Binary11101110101000101100100100000110101100111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770051; }

 p { color: rgb(119,0,81); }

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

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

 a { background-color: rgb(119,0,81); }

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

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

 span { border-color: rgb(119,0,81); }

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