#5B0336

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

Shades of Tyrian Purple #5B0336

Tints of Tyrian Purple #5B0336

Color information

#5B0336 (or 0x5B0336) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 03 and 36. RGB value is (91,3,54). Sum of RGB (Red+Green+Blue) = 91+3+54=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0336 is #A4FCC9. Grayscale: #232323. Windows color (decimal): -10812618 or 3539803. OLE color: 3539803.

HSL color Cylindrical-coordinate representation of color #5B0336: hue angle of 325.23º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0336 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB91354-
CMYK00.970.410.64
HSL325.23º93.62%18.43%-
HSV(B)325.23º96.7%35.69%-
XYZ5.012.563.72-
YUV35.13138.65167.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.49%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=61.49%
G=2.03%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9135400.970.410.64325.2393.6218.43
Hex5B33606129401455e12
Octal13336601415110050513622
Binary101101111110110011000011010011000000101000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,3,54); }

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

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

 a { background-color: rgb(91,3,54); }

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

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

 span { border-color: rgb(91,3,54); }

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