#5A0E43

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

Shades of Tyrian Purple #5A0E43

Tints of Tyrian Purple #5A0E43

Color information

#5A0E43 (or 0x5A0E43) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0E and 43. RGB value is (90,14,67). Sum of RGB (Red+Green+Blue) = 90+14+67=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E43 is #A5F1BC. Grayscale: #2A2A2A. Windows color (decimal): -10875325 or 4394586. OLE color: 4394586.

HSL color Cylindrical-coordinate representation of color #5A0E43: hue angle of 318.16º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E43 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB901467-
CMYK00.840.260.65
HSL318.16º73.08%20.39%-
HSV(B)318.16º84.44%35.29%-
XYZ5.392.895.58-
YUV42.77141.68161.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=52.63%
G=8.19%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90146700.840.260.65318.1673.0820.39
Hex5AE430541A4113e4914
Octal1321610301243210147611124
Binary10110101110100001101010100110101000001100111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,67); }

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

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

 a { background-color: rgb(90,14,67); }

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

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

 span { border-color: rgb(90,14,67); }

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