#5B1145

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

Shades of Tyrian Purple #5B1145

Tints of Tyrian Purple #5B1145

Color information

#5B1145 (or 0x5B1145) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 11 and 45. RGB value is (91,17,69). Sum of RGB (Red+Green+Blue) = 91+17+69=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1145 is #A4EEBA. Grayscale: #2C2C2C. Windows color (decimal): -10809019 or 4526427. OLE color: 4526427.

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

Color convert

RGB911769-
CMYK00.810.240.64
HSL317.84º68.52%21.18%-
HSV(B)317.84º81.32%35.69%-
XYZ5.593.055.93-
YUV45.05141.52160.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.41%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=51.41%
G=9.60%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91176900.810.240.64317.8468.5221.18
Hex5B1145051184013e4515
Octal1332110501213010047610525
Binary101101110001100010101010001110001000000100111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,17,69); }

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

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

 a { background-color: rgb(91,17,69); }

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

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

 span { border-color: rgb(91,17,69); }

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