#5B0939

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

Shades of Tyrian Purple #5B0939

Tints of Tyrian Purple #5B0939

Color information

#5B0939 (or 0x5B0939) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 09 and 39. RGB value is (91,9,57). Sum of RGB (Red+Green+Blue) = 91+9+57=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0939 is #A4F6C6. Grayscale: #262626. Windows color (decimal): -10811079 or 3737947. OLE color: 3737947.

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

Color convert

RGB91957-
CMYK00.900.370.64
HSL324.88º82%19.61%-
HSV(B)324.88º90.11%35.69%-
XYZ5.152.714.12-
YUV38.99138.17165.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.96%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=57.96%
G=5.73%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9195700.900.370.64324.888219.61
Hex5B93905A25401455214
Octal133117101324510050512224
Binary10110111001111001010110101001011000000101000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,57); }

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

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

 a { background-color: rgb(91,9,57); }

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

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

 span { border-color: rgb(91,9,57); }

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