#5A0548

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

Shades of Tyrian Purple #5A0548

Tints of Tyrian Purple #5A0548

Color information

#5A0548 (or 0x5A0548) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 05 and 48. RGB value is (90,5,72). Sum of RGB (Red+Green+Blue) = 90+5+72=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0548 is #A5FAB7. Grayscale: #252525. Windows color (decimal): -10877624 or 4719962. OLE color: 4719962.

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

Color convert

RGB90572-
CMYK00.940.200.65
HSL312.71º89.47%18.63%-
HSV(B)312.71º94.44%35.29%-
XYZ5.442.756.37-
YUV38.05147.16165.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=53.89%
G=2.99%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9057200.940.200.65312.7189.4718.63
Hex5A54805E14411395913
Octal132511001362410147113123
Binary1011010101100100001011110101001000001100111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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