#5B123F

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

Shades of Tyrian Purple #5B123F

Tints of Tyrian Purple #5B123F

Color information

#5B123F (or 0x5B123F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 12 and 3F. RGB value is (91,18,63). Sum of RGB (Red+Green+Blue) = 91+18+63=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B123F is #A4EDC0. Grayscale: #2C2C2C. Windows color (decimal): -10808769 or 4133467. OLE color: 4133467.

HSL color Cylindrical-coordinate representation of color #5B123F: hue angle of 323.01º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B123F is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB911863-
CMYK00.800.310.64
HSL323.01º66.97%21.37%-
HSV(B)323.01º80.22%35.69%-
XYZ5.433.025-
YUV44.96138.18160.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 63 (25% from 255) = 36.63%
R=52.91%
G=10.47%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91186300.800.310.64323.0166.9721.37
Hex5B123F0501F401434315
Octal133227701203710050310325
Binary10110111001011111101010000111111000000101000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,63); }

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

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

 a { background-color: rgb(91,18,63); }

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

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

 span { border-color: rgb(91,18,63); }

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