#5B0054

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

Shades of Tyrian Purple #5B0054

Tints of Tyrian Purple #5B0054

Color information

#5B0054 (or 0x5B0054) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 00 and 54. RGB value is (91,0,84). Sum of RGB (Red+Green+Blue) = 91+0+84=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0054 is #A4FFAB. Grayscale: #242424. Windows color (decimal): -10813356 or 5505115. OLE color: 5505115.

HSL color Cylindrical-coordinate representation of color #5B0054: hue angle of 304.62º 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 #5B0054 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB91084-
CMYK010.080.64
HSL304.62º100%17.84%-
HSV(B)304.62º100%35.69%-
XYZ5.912.868.63-
YUV36.78154.65166.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91084010.080.64304.6210017.84
Hex5B0540648401316412
Octal133012401441010046114422
Binary1011011010101000110010010001000000100110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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