#5B1441

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

Shades of Tyrian Purple #5B1441

Tints of Tyrian Purple #5B1441

Color information

#5B1441 (or 0x5B1441) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 14 and 41. RGB value is (91,20,65). Sum of RGB (Red+Green+Blue) = 91+20+65=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1441 is #A4EBBE. Grayscale: #2E2E2E. Windows color (decimal): -10808255 or 4265051. OLE color: 4265051.

HSL color Cylindrical-coordinate representation of color #5B1441: hue angle of 321.97º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1441 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB912065-
CMYK00.780.290.64
HSL321.97º63.96%21.76%-
HSV(B)321.97º78.02%35.69%-
XYZ5.523.115.31-
YUV46.36138.52159.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.70%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=51.70%
G=11.36%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91206500.780.290.64321.9763.9621.76
Hex5B144104E1D401424016
Octal1332410101163510050210026
Binary101101110100100000101001110111011000000101000010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,65); }

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

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

 a { background-color: rgb(91,20,65); }

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

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

 span { border-color: rgb(91,20,65); }

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