#770B4E

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

Shades of Tyrian Purple #770B4E

Tints of Tyrian Purple #770B4E

Color information

#770B4E (or 0x770B4E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0B and 4E. RGB value is (119,11,78). Sum of RGB (Red+Green+Blue) = 119+11+78=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B4E is #88F4B1. Grayscale: #323232. Windows color (decimal): -8975538 or 5114743. OLE color: 5114743.

HSL color Cylindrical-coordinate representation of color #770B4E: hue angle of 322.78º 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 #770B4E is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1191178-
CMYK00.910.340.53
HSL322.78º83.08%25.49%-
HSV(B)322.78º90.76%46.67%-
XYZ9.14.717.64-
YUV50.93143.28176.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 11 (4.69% from 255) = 5.29%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=57.21%
G=5.29%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119117800.910.340.53322.7883.0825.49
Hex77B4E05B22351435319
Octal167131160133426550312331
Binary11101111011100111001011011100010110101101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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