#5B0142

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

Shades of Tyrian Purple #5B0142

Tints of Tyrian Purple #5B0142

Color information

#5B0142 (or 0x5B0142) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 42. RGB value is (91,1,66). Sum of RGB (Red+Green+Blue) = 91+1+66=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0142 is #A4FEBD. Grayscale: #232323. Windows color (decimal): -10813118 or 4325723. OLE color: 4325723.

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

Color convert

RGB91166-
CMYK00.990.270.64
HSL316.67º97.83%18.04%-
HSV(B)316.67º98.9%35.69%-
XYZ5.312.645.38-
YUV35.32145.32167.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.59%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=57.59%
G=0.63%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9116600.990.270.64316.6797.8318.04
Hex5B1420631B4013d6212
Octal133110201433310047514222
Binary10110111100001001100011110111000000100111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,1,66); }

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

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

 a { background-color: rgb(91,1,66); }

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

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

 span { border-color: rgb(91,1,66); }

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