#5E042D

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

Shades of Tyrian Purple #5E042D

Tints of Tyrian Purple #5E042D

Color information

#5E042D (or 0x5E042D) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 04 and 2D. RGB value is (94,4,45). Sum of RGB (Red+Green+Blue) = 94+4+45=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E042D is #A1FBD2. Grayscale: #232323. Windows color (decimal): -10615763 or 2950238. OLE color: 2950238.

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

Color convert

RGB94445-
CMYK00.960.520.63
HSL332.67º91.84%19.22%-
HSV(B)332.67º95.74%36.86%-
XYZ5.132.662.72-
YUV35.58133.32169.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 65.73%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=65.73%
G=2.80%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9444500.960.520.63332.6791.8419.22
Hex5E42D060343F14d5c13
Octal1364550140647751513423
Binary101111010010110101100000110100111111101001101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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