#770049

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

Shades of Tyrian Purple #770049

Tints of Tyrian Purple #770049

Color information

#770049 (or 0x770049) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 49. RGB value is (119,0,73). Sum of RGB (Red+Green+Blue) = 119+0+73=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #770049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770049 is #88FFB6. Grayscale: #2B2B2B. Windows color (decimal): -8978359 or 4784247. OLE color: 4784247.

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

Color convert

RGB119073-
CMYK010.390.53
HSL323.19º100%23.33%-
HSV(B)323.19º100%46.67%-
XYZ8.814.46.69-
YUV43.9144.42181.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=61.98%
G=0%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119073010.390.53323.1910023.33
Hex7704906427351436417
Octal16701110144476550314427
Binary11101110100100101100100100111110101101000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770049; }

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

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

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

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

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

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

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

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