#5E053F

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

Shades of Tyrian Purple #5E053F

Tints of Tyrian Purple #5E053F

Color information

#5E053F (or 0x5E053F) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 05 and 3F. RGB value is (94,5,63). Sum of RGB (Red+Green+Blue) = 94+5+63=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E053F is #A1FAC0. Grayscale: #262626. Windows color (decimal): -10615489 or 4130142. OLE color: 4130142.

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

Color convert

RGB94563-
CMYK00.950.330.63
HSL320.9º89.9%19.41%-
HSV(B)320.9º94.68%36.86%-
XYZ5.572.854.96-
YUV38.22141.99167.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.02%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 63 (25% from 255) = 38.89%
R=58.02%
G=3.09%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9456300.950.330.63320.989.919.41
Hex5E53F05F213F1415a13
Octal1365770137417750113223
Binary101111010111111101011111100001111111101000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,63); }

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

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

 a { background-color: rgb(94,5,63); }

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

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

 span { border-color: rgb(94,5,63); }

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