#770055

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

Shades of Tyrian Purple #770055

Tints of Tyrian Purple #770055

Color information

#770055 (or 0x770055) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 55. RGB value is (119,0,85). Sum of RGB (Red+Green+Blue) = 119+0+85=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #770055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770055 is #88FFAA. Grayscale: #2D2D2D. Windows color (decimal): -8978347 or 5570679. OLE color: 5570679.

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

Color convert

RGB119085-
CMYK010.290.53
HSL317.14º100%23.33%-
HSV(B)317.14º100%46.67%-
XYZ9.254.588.99-
YUV45.27150.42180.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=58.33%
G=0%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119085010.290.53317.1410023.33
Hex770550641D3513d6417
Octal16701250144356547514427
Binary1110111010101010110010011101110101100111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770055; }

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

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

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

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

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

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

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

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