#5E033A

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

Shades of Tyrian Purple #5E033A

Tints of Tyrian Purple #5E033A

Color information

#5E033A (or 0x5E033A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 03 and 3A. RGB value is (94,3,58). Sum of RGB (Red+Green+Blue) = 94+3+58=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E033A is #A1FCC5. Grayscale: #242424. Windows color (decimal): -10616006 or 3801950. OLE color: 3801950.

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

Color convert

RGB94358-
CMYK00.970.380.63
HSL323.74º93.81%19.02%-
HSV(B)323.74º96.81%36.86%-
XYZ5.412.754.25-
YUV36.48140.15169.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.65%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=60.65%
G=1.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9435800.970.380.63323.7493.8119.02
Hex5E33A061263F1445e13
Octal1363720141467750413623
Binary10111101111101001100001100110111111101000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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