#5B0236

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

Shades of Tyrian Purple #5B0236

Tints of Tyrian Purple #5B0236

Color information

#5B0236 (or 0x5B0236) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 02 and 36. RGB value is (91,2,54). Sum of RGB (Red+Green+Blue) = 91+2+54=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0236 is #A4FDC9. Grayscale: #222222. Windows color (decimal): -10812874 or 3539547. OLE color: 3539547.

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

Color convert

RGB91254-
CMYK00.980.410.64
HSL324.94º95.7%18.24%-
HSV(B)324.94º97.8%35.69%-
XYZ52.533.72-
YUV34.54138.99168.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=61.90%
G=1.36%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9125400.980.410.64324.9495.718.24
Hex5B23606229401456012
Octal13326601425110050514022
Binary101101110110110011000101010011000000101000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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