#5B1049

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

Shades of Tyrian Purple #5B1049

Tints of Tyrian Purple #5B1049

Color information

#5B1049 (or 0x5B1049) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 10 and 49. RGB value is (91,16,73). Sum of RGB (Red+Green+Blue) = 91+16+73=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1049 is #A4EFB6. Grayscale: #2C2C2C. Windows color (decimal): -10809271 or 4788315. OLE color: 4788315.

HSL color Cylindrical-coordinate representation of color #5B1049: hue angle of 314.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1049 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB911673-
CMYK00.820.200.64
HSL314.4º70.09%20.98%-
HSV(B)314.4º82.42%35.69%-
XYZ5.73.086.6-
YUV44.92143.85160.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.56%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=50.56%
G=8.89%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91167300.820.200.64314.470.0920.98
Hex5B1049052144013a4615
Octal1332011101222410047210625
Binary101101110000100100101010010101001000000100111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B1049; }

 p { color: rgb(91,16,73); }

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

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

 a { background-color: rgb(91,16,73); }

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

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

 span { border-color: rgb(91,16,73); }

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