#5E083B

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

Shades of Tyrian Purple #5E083B

Tints of Tyrian Purple #5E083B

Color information

#5E083B (or 0x5E083B) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 08 and 3B. RGB value is (94,8,59). Sum of RGB (Red+Green+Blue) = 94+8+59=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E083B is #A1F7C4. Grayscale: #272727. Windows color (decimal): -10614725 or 3868766. OLE color: 3868766.

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

Color convert

RGB94859-
CMYK00.910.370.63
HSL324.42º84.31%20%-
HSV(B)324.42º91.49%36.86%-
XYZ5.492.874.4-
YUV39.53138.99166.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.39%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=58.39%
G=4.97%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9485900.910.370.63324.4284.3120
Hex5E83B05B253F1445414
Octal13610730133457750412424
Binary1011110100011101101011011100101111111101000100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,59); }

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

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

 a { background-color: rgb(94,8,59); }

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

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

 span { border-color: rgb(94,8,59); }

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