#5E0143

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

Shades of Tyrian Purple #5E0143

Tints of Tyrian Purple #5E0143

Color information

#5E0143 (or 0x5E0143) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 01 and 43. RGB value is (94,1,67). Sum of RGB (Red+Green+Blue) = 94+1+67=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0143 is #A1FEBC. Grayscale: #242424. Windows color (decimal): -10616509 or 4391262. OLE color: 4391262.

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

Color convert

RGB94167-
CMYK00.990.290.63
HSL317.42º97.89%18.63%-
HSV(B)317.42º98.94%36.86%-
XYZ5.642.815.55-
YUV36.33145.31169.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.02%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 67 (26.56% from 255) = 41.36%
R=58.02%
G=0.62%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9416700.990.290.63317.4297.8918.63
Hex5E1430631D3F13d6213
Octal13611030143357747514223
Binary1011110110000110110001111101111111100111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,67); }

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

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

 a { background-color: rgb(94,1,67); }

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

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

 span { border-color: rgb(94,1,67); }

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