#5b053a

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

Shades of Tyrian Purple #5B053A

Tints of Tyrian Purple #5B053A

Color information

#5B053A (or 0x5B053A) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 05 and 3A. RGB value is (91,5,58). Sum of RGB (Red+Green+Blue) = 91+5+58=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B053A is #A4FAC5. Grayscale: #242424. Windows color (decimal): -10812102 or 3802459. OLE color: 3802459.

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

Color convert

RGB91558-
CMYK00.950.360.64
HSL323.02º89.58%18.82%-
HSV(B)323.02º94.51%35.69%-
XYZ5.132.644.24-
YUV36.76139.99166.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.09%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=59.09%
G=3.25%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9155800.950.360.64323.0289.5818.82
Hex5B53A05F24401435a13
Octal13357201374410050313223
Binary1011011101111010010111111001001000000101000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b053a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,58); }

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

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

 a { background-color: rgb(91,5,58); }

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

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

 span { border-color: rgb(91,5,58); }

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