#5B0D47

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

Shades of Tyrian Purple #5B0D47

Tints of Tyrian Purple #5B0D47

Color information

#5B0D47 (or 0x5B0D47) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0D and 47. RGB value is (91,13,71). Sum of RGB (Red+Green+Blue) = 91+13+71=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0D47 is #A4F2B8. Grayscale: #2A2A2A. Windows color (decimal): -10810041 or 4656475. OLE color: 4656475.

HSL color Cylindrical-coordinate representation of color #5B0D47: hue angle of 315.38º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0D47 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB911371-
CMYK00.860.220.64
HSL315.38º75%20.39%-
HSV(B)315.38º85.71%35.69%-
XYZ5.62.976.24-
YUV42.93143.84162.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 13 (5.47% from 255) = 7.43%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=52%
G=7.43%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91137100.860.220.64315.387520.39
Hex5BD47056164013b4b14
Octal1331510701262610047311324
Binary10110111101100011101010110101101000000100111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,13,71); }

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

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

 a { background-color: rgb(91,13,71); }

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

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

 span { border-color: rgb(91,13,71); }

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