#770155

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

Shades of Tyrian Purple #770155

Tints of Tyrian Purple #770155

Color information

#770155 (or 0x770155) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 55. RGB value is (119,1,85). Sum of RGB (Red+Green+Blue) = 119+1+85=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770155 is #88FEAA. Grayscale: #2D2D2D. Windows color (decimal): -8978091 or 5570935. OLE color: 5570935.

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

Color convert

RGB119185-
CMYK00.990.290.53
HSL317.29º98.33%23.53%-
HSV(B)317.29º99.16%46.67%-
XYZ9.264.68.99-
YUV45.86150.09180.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=58.05%
G=0.49%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11918500.990.290.53317.2998.3323.53
Hex771550631D3513d6218
Octal16711250143356547514230
Binary1110111110101010110001111101110101100111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770155; }

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

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

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

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

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

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

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

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