#5E042E

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

Shades of Tyrian Purple #5E042E

Tints of Tyrian Purple #5E042E

Color information

#5E042E (or 0x5E042E) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 04 and 2E. RGB value is (94,4,46). Sum of RGB (Red+Green+Blue) = 94+4+46=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E042E is #A1FBD1. Grayscale: #232323. Windows color (decimal): -10615762 or 3015774. OLE color: 3015774.

HSL color Cylindrical-coordinate representation of color #5E042E: hue angle of 332º 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 #5E042E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB94446-
CMYK00.960.510.63
HSL332º91.84%19.22%-
HSV(B)332º95.74%36.86%-
XYZ5.152.662.83-
YUV35.7133.82169.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 65.28%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=65.28%
G=2.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9444600.960.510.6333291.8419.22
Hex5E42E060333F14c5c13
Octal1364560140637751413423
Binary101111010010111001100000110011111111101001100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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