#5E084D

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

Shades of Tyrian Purple #5E084D

Tints of Tyrian Purple #5E084D

Color information

#5E084D (or 0x5E084D) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 08 and 4D. RGB value is (94,8,77). Sum of RGB (Red+Green+Blue) = 94+8+77=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E084D is #A1F7B2. Grayscale: #292929. Windows color (decimal): -10614707 or 5048414. OLE color: 5048414.

HSL color Cylindrical-coordinate representation of color #5E084D: hue angle of 311.86º 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 #5E084D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB94877-
CMYK00.910.180.63
HSL311.86º84.31%20%-
HSV(B)311.86º91.49%36.86%-
XYZ6.043.097.3-
YUV41.58147.99165.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=52.51%
G=4.47%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9487700.910.180.63311.8684.3120
Hex5E84D05B123F1385414
Octal136101150133227747012424
Binary1011110100010011010101101110010111111100111000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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