#5E023A

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

Shades of Tyrian Purple #5E023A

Tints of Tyrian Purple #5E023A

Color information

#5E023A (or 0x5E023A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 02 and 3A. RGB value is (94,2,58). Sum of RGB (Red+Green+Blue) = 94+2+58=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E023A is #A1FDC5. Grayscale: #232323. Windows color (decimal): -10616262 or 3801694. OLE color: 3801694.

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

Color convert

RGB94258-
CMYK00.980.380.63
HSL323.48º95.83%18.82%-
HSV(B)323.48º97.87%36.86%-
XYZ5.42.734.24-
YUV35.89140.48169.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 61.04%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=61.04%
G=1.30%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9425800.980.380.63323.4895.8318.82
Hex5E23A062263F1436013
Octal1362720142467750314023
Binary10111101011101001100010100110111111101000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,58); }

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

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

 a { background-color: rgb(94,2,58); }

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

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

 span { border-color: rgb(94,2,58); }

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