#5E0154

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

Shades of Tyrian Purple #5E0154

Tints of Tyrian Purple #5E0154

Color information

#5E0154 (or 0x5E0154) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 01 and 54. RGB value is (94,1,84). Sum of RGB (Red+Green+Blue) = 94+1+84=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0154 is #A1FEAB. Grayscale: #262626. Windows color (decimal): -10616492 or 5505374. OLE color: 5505374.

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

Color convert

RGB94184-
CMYK00.990.110.63
HSL306.45º97.89%18.63%-
HSV(B)306.45º98.94%36.86%-
XYZ6.233.048.65-
YUV38.27153.81167.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=52.51%
G=0.56%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9418400.990.110.63306.4597.8918.63
Hex5E154063B3F1326213
Octal13611240143137746214223
Binary101111011010100011000111011111111100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,84); }

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

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

 a { background-color: rgb(94,1,84); }

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

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

 span { border-color: rgb(94,1,84); }

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