#5B0145

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

Shades of Tyrian Purple #5B0145

Tints of Tyrian Purple #5B0145

Color information

#5B0145 (or 0x5B0145) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 01 and 45. RGB value is (91,1,69). Sum of RGB (Red+Green+Blue) = 91+1+69=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0145 is #A4FEBA. Grayscale: #232323. Windows color (decimal): -10813115 or 4522331. OLE color: 4522331.

HSL color Cylindrical-coordinate representation of color #5B0145: hue angle of 314.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 #5B0145 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB91169-
CMYK00.990.240.64
HSL314.67º97.83%18.04%-
HSV(B)314.67º98.9%35.69%-
XYZ5.42.685.86-
YUV35.66146.82167.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=56.52%
G=0.62%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9116900.990.240.64314.6797.8318.04
Hex5B145063184013b6212
Octal133110501433010047314222
Binary10110111100010101100011110001000000100111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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