#5E093A

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

Shades of Tyrian Purple #5E093A

Tints of Tyrian Purple #5E093A

Color information

#5E093A (or 0x5E093A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 09 and 3A. RGB value is (94,9,58). Sum of RGB (Red+Green+Blue) = 94+9+58=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E093A is #A1F6C5. Grayscale: #272727. Windows color (decimal): -10614470 or 3803486. OLE color: 3803486.

HSL color Cylindrical-coordinate representation of color #5E093A: hue angle of 325.41º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E093A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB94958-
CMYK00.900.380.63
HSL325.41º82.52%20.2%-
HSV(B)325.41º90.43%36.86%-
XYZ5.482.884.27-
YUV40138.16166.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.39%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=58.39%
G=5.59%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9495800.900.380.63325.4182.5220.2
Hex5E93A05A263F1455314
Octal13611720132467750512324
Binary1011110100111101001011010100110111111101000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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