#5A034A

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

Shades of Tyrian Purple #5A034A

Tints of Tyrian Purple #5A034A

Color information

#5A034A (or 0x5A034A) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 4A. RGB value is (90,3,74). Sum of RGB (Red+Green+Blue) = 90+3+74=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A034A is #A5FCB5. Grayscale: #242424. Windows color (decimal): -10878134 or 4850522. OLE color: 4850522.

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

Color convert

RGB90374-
CMYK00.970.180.65
HSL311.03º93.55%18.24%-
HSV(B)311.03º96.67%35.29%-
XYZ5.492.736.72-
YUV37.11148.82165.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=53.89%
G=1.80%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9037400.970.180.65311.0393.5518.24
Hex5A34A06112411375e12
Octal132311201412210146713622
Binary101101011100101001100001100101000001100110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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