#5B004D

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

Shades of Tyrian Purple #5B004D

Tints of Tyrian Purple #5B004D

Color information

#5B004D (or 0x5B004D) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 00 and 4D. RGB value is (91,0,77). Sum of RGB (Red+Green+Blue) = 91+0+77=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B004D is #A4FFB2. Grayscale: #232323. Windows color (decimal): -10813363 or 5046363. OLE color: 5046363.

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

Color convert

RGB91077-
CMYK010.150.64
HSL309.23º100%17.84%-
HSV(B)309.23º100%35.69%-
XYZ5.652.767.26-
YUV35.99151.15167.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=54.17%
G=0%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91077010.150.64309.2310017.84
Hex5B04D064F401356412
Octal133011501441710046514422
Binary1011011010011010110010011111000000100110101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,77); }

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

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

 a { background-color: rgb(91,0,77); }

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

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

 span { border-color: rgb(91,0,77); }

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