#5B144B

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

Shades of Tyrian Purple #5B144B

Tints of Tyrian Purple #5B144B

Color information

#5B144B (or 0x5B144B) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 14 and 4B. RGB value is (91,20,75). Sum of RGB (Red+Green+Blue) = 91+20+75=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B144B is #A4EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10808245 or 4920411. OLE color: 4920411.

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

Color convert

RGB912075-
CMYK00.780.180.64
HSL313.52º63.96%21.76%-
HSV(B)313.52º78.02%35.69%-
XYZ5.833.236.97-
YUV47.5143.52159.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=48.92%
G=10.75%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91207500.780.180.64313.5263.9621.76
Hex5B144B04E124013a4016
Octal1332411301162210047210026
Binary101101110100100101101001110100101000000100111010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,75); }

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

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

 a { background-color: rgb(91,20,75); }

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

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

 span { border-color: rgb(91,20,75); }

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