#5A0349

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

Shades of Tyrian Purple #5A0349

Tints of Tyrian Purple #5A0349

Color information

#5A0349 (or 0x5A0349) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 49. RGB value is (90,3,73). Sum of RGB (Red+Green+Blue) = 90+3+73=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0349 is #A5FCB6. Grayscale: #242424. Windows color (decimal): -10878135 or 4784986. OLE color: 4784986.

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

Color convert

RGB90373-
CMYK00.970.190.65
HSL311.72º93.55%18.24%-
HSV(B)311.72º96.67%35.29%-
XYZ5.452.726.54-
YUV36.99148.32165.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.22%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=54.22%
G=1.81%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9037300.970.190.65311.7293.5518.24
Hex5A34906113411385e12
Octal132311101412310147013622
Binary101101011100100101100001100111000001100111000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,73); }

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

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

 a { background-color: rgb(90,3,73); }

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

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

 span { border-color: rgb(90,3,73); }

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