#5B0D46

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

Shades of Tyrian Purple #5B0D46

Tints of Tyrian Purple #5B0D46

Color information

#5B0D46 (or 0x5B0D46) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0D and 46. RGB value is (91,13,70). Sum of RGB (Red+Green+Blue) = 91+13+70=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0D46 is #A4F2B9. Grayscale: #2A2A2A. Windows color (decimal): -10810042 or 4590939. OLE color: 4590939.

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

Color convert

RGB911370-
CMYK00.860.230.64
HSL316.15º75%20.39%-
HSV(B)316.15º85.71%35.69%-
XYZ5.562.956.07-
YUV42.82143.34162.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.30%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=52.30%
G=7.47%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91137000.860.230.64316.157520.39
Hex5BD46056174013c4b14
Octal1331510601262710047411324
Binary10110111101100011001010110101111000000100111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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