#770054

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

Shades of Tyrian Purple #770054

Tints of Tyrian Purple #770054

Color information

#770054 (or 0x770054) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 54. RGB value is (119,0,84). Sum of RGB (Red+Green+Blue) = 119+0+84=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770054 is #88FFAB. Grayscale: #2C2C2C. Windows color (decimal): -8978348 or 5505143. OLE color: 5505143.

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

Color convert

RGB119084-
CMYK010.290.53
HSL317.65º100%23.33%-
HSV(B)317.65º100%46.67%-
XYZ9.214.568.78-
YUV45.16149.92180.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=58.62%
G=0%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119084010.290.53317.6510023.33
Hex770540641D3513e6417
Octal16701240144356547614427
Binary1110111010101000110010011101110101100111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770054; }

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

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

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

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

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

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

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

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