#5B133F

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

Shades of Tyrian Purple #5B133F

Tints of Tyrian Purple #5B133F

Color information

#5B133F (or 0x5B133F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 13 and 3F. RGB value is (91,19,63). Sum of RGB (Red+Green+Blue) = 91+19+63=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B133F is #A4ECC0. Grayscale: #2D2D2D. Windows color (decimal): -10808513 or 4133723. OLE color: 4133723.

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

Color convert

RGB911963-
CMYK00.790.310.64
HSL323.33º65.45%21.57%-
HSV(B)323.33º79.12%35.69%-
XYZ5.443.055-
YUV45.54137.85160.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 63 (25% from 255) = 36.42%
R=52.60%
G=10.98%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91196300.790.310.64323.3365.4521.57
Hex5B133F04F1F401434116
Octal133237701173710050310126
Binary10110111001111111101001111111111000000101000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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