#770554

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

Shades of Tyrian Purple #770554

Tints of Tyrian Purple #770554

Color information

#770554 (or 0x770554) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 54. RGB value is (119,5,84). Sum of RGB (Red+Green+Blue) = 119+5+84=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770554 is #88FAAB. Grayscale: #2F2F2F. Windows color (decimal): -8977068 or 5506423. OLE color: 5506423.

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

Color convert

RGB119584-
CMYK00.960.290.53
HSL318.42º91.94%24.31%-
HSV(B)318.42º95.8%46.67%-
XYZ9.264.678.8-
YUV48.09148.27178.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=57.21%
G=2.40%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11958400.960.290.53318.4291.9424.31
Hex775540601D3513e5c18
Octal16751240140356547613430
Binary111011110110101000110000011101110101100111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770554; }

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

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

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

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

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

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

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

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