#5A053F

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

Shades of Tyrian Purple #5A053F

Tints of Tyrian Purple #5A053F

Color information

#5A053F (or 0x5A053F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 05 and 3F. RGB value is (90,5,63). Sum of RGB (Red+Green+Blue) = 90+5+63=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053F is #A5FAC0. Grayscale: #242424. Windows color (decimal): -10877633 or 4130138. OLE color: 4130138.

HSL color Cylindrical-coordinate representation of color #5A053F: hue angle of 319.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A053F is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB90563-
CMYK00.940.300.65
HSL319.06º89.47%18.63%-
HSV(B)319.06º94.44%35.29%-
XYZ5.172.644.94-
YUV37.03142.66165.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 63 (25% from 255) = 39.87%
R=56.96%
G=3.16%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9056300.940.300.65319.0689.4718.63
Hex5A53F05E1E4113f5913
Octal13257701363610147713123
Binary101101010111111101011110111101000001100111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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