#5B042D

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

Shades of Tyrian Purple #5B042D

Tints of Tyrian Purple #5B042D

Color information

#5B042D (or 0x5B042D) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 04 and 2D. RGB value is (91,4,45). Sum of RGB (Red+Green+Blue) = 91+4+45=140 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 91 - color contains mainly: red. Hex color #5B042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B042D is #A4FBD2. Grayscale: #222222. Windows color (decimal): -10812371 or 2950235. OLE color: 2950235.

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

Color convert

RGB91445-
CMYK00.960.510.64
HSL331.72º91.58%18.63%-
HSV(B)331.72º95.6%35.69%-
XYZ4.832.52.71-
YUV34.69133.82168.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=65%
G=2.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9144500.960.510.64331.7291.5818.63
Hex5B42D060334014c5c13
Octal13345501406310051413423
Binary1011011100101101011000001100111000000101001100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,45); }

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

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

 a { background-color: rgb(91,4,45); }

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

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

 span { border-color: rgb(91,4,45); }

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