#5A0142

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

Shades of Tyrian Purple #5A0142

Tints of Tyrian Purple #5A0142

Color information

#5A0142 (or 0x5A0142) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 01 and 42. RGB value is (90,1,66). Sum of RGB (Red+Green+Blue) = 90+1+66=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0142 is #A5FEBD. Grayscale: #222222. Windows color (decimal): -10878654 or 4325722. OLE color: 4325722.

HSL color Cylindrical-coordinate representation of color #5A0142: hue angle of 316.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0142 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB90166-
CMYK00.990.270.65
HSL316.18º97.8%17.84%-
HSV(B)316.18º98.89%35.29%-
XYZ5.212.595.38-
YUV35.02145.49167.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=57.32%
G=0.64%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9016600.990.270.65316.1897.817.84
Hex5A1420631B4113c6212
Octal132110201433310147414222
Binary10110101100001001100011110111000001100111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,1,66); }

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

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

 a { background-color: rgb(90,1,66); }

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

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

 span { border-color: rgb(90,1,66); }

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