#5B1349

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

Shades of Tyrian Purple #5B1349

Tints of Tyrian Purple #5B1349

Color information

#5B1349 (or 0x5B1349) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 13 and 49. RGB value is (91,19,73). Sum of RGB (Red+Green+Blue) = 91+19+73=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1349 is #A4ECB6. Grayscale: #2E2E2E. Windows color (decimal): -10808503 or 4789083. OLE color: 4789083.

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

Color convert

RGB911973-
CMYK00.790.200.64
HSL315º65.45%21.57%-
HSV(B)315º79.12%35.69%-
XYZ5.753.176.61-
YUV46.68142.85159.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.73%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=49.73%
G=10.38%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91197300.790.200.6431565.4521.57
Hex5B134904F144013b4116
Octal1332311101172410047310126
Binary101101110011100100101001111101001000000100111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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