#5B0424

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

Shades of Tyrian Purple #5B0424

Tints of Tyrian Purple #5B0424

Color information

#5B0424 (or 0x5B0424) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 04 and 24. RGB value is (91,4,36). Sum of RGB (Red+Green+Blue) = 91+4+36=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0424 is #A4FBDB. Grayscale: #212121. Windows color (decimal): -10812380 or 2360411. OLE color: 2360411.

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

Color convert

RGB91436-
CMYK00.960.600.64
HSL337.93º91.58%18.63%-
HSV(B)337.93º95.6%35.69%-
XYZ4.682.441.89-
YUV33.66129.32168.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 69.47%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=69.47%
G=3.05%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9143600.960.600.64337.9391.5818.63
Hex5B4240603C401525c13
Octal13344401407410052213423
Binary1011011100100100011000001111001000000101010010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,36); }

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

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

 a { background-color: rgb(91,4,36); }

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

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

 span { border-color: rgb(91,4,36); }

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