#770B55

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

Shades of Tyrian Purple #770B55

Tints of Tyrian Purple #770B55

Color information

#770B55 (or 0x770B55) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0B and 55. RGB value is (119,11,85). Sum of RGB (Red+Green+Blue) = 119+11+85=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #770B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B55 is #88F4AA. Grayscale: #333333. Windows color (decimal): -8975531 or 5573495. OLE color: 5573495.

HSL color Cylindrical-coordinate representation of color #770B55: hue angle of 318.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B55 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1191185-
CMYK00.910.290.53
HSL318.89º83.08%25.49%-
HSV(B)318.89º90.76%46.67%-
XYZ9.374.829.03-
YUV51.73146.78175.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=55.35%
G=5.12%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119118500.910.290.53318.8983.0825.49
Hex77B5505B1D3513f5319
Octal167131250133356547712331
Binary1110111101110101010101101111101110101100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B55; }

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

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

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

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

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

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

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

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