#5B113A

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

Shades of Tyrian Purple #5B113A

Tints of Tyrian Purple #5B113A

Color information

#5B113A (or 0x5B113A) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 11 and 3A. RGB value is (91,17,58). Sum of RGB (Red+Green+Blue) = 91+17+58=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B113A is #A4EEC5. Grayscale: #2B2B2B. Windows color (decimal): -10809030 or 3805531. OLE color: 3805531.

HSL color Cylindrical-coordinate representation of color #5B113A: hue angle of 326.76º 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 #5B113A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB911758-
CMYK00.810.360.64
HSL326.76º68.52%21.18%-
HSV(B)326.76º81.32%35.69%-
XYZ5.282.934.29-
YUV43.8136.02161.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.82%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=54.82%
G=10.24%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91175800.810.360.64326.7668.5221.18
Hex5B113A05124401474515
Octal133217201214410050710525
Binary101101110001111010010100011001001000000101000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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