#5A0147

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

Shades of Tyrian Purple #5A0147

Tints of Tyrian Purple #5A0147

Color information

#5A0147 (or 0x5A0147) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 01 and 47. RGB value is (90,1,71). Sum of RGB (Red+Green+Blue) = 90+1+71=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0147 is #A5FEB8. Grayscale: #232323. Windows color (decimal): -10878649 or 4653402. OLE color: 4653402.

HSL color Cylindrical-coordinate representation of color #5A0147: hue angle of 312.81º 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 #5A0147 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB90171-
CMYK00.990.210.65
HSL312.81º97.8%17.84%-
HSV(B)312.81º98.89%35.29%-
XYZ5.362.656.19-
YUV35.59147.99166.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=55.56%
G=0.62%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9017100.990.210.65312.8197.817.84
Hex5A14706315411396212
Octal132110701432510147114222
Binary10110101100011101100011101011000001100111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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