#5A0134

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

Shades of Tyrian Purple #5A0134

Tints of Tyrian Purple #5A0134

Color information

#5A0134 (or 0x5A0134) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 01 and 34. RGB value is (90,1,52). Sum of RGB (Red+Green+Blue) = 90+1+52=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0134 is #A5FECB. Grayscale: #212121. Windows color (decimal): -10878668 or 3408218. OLE color: 3408218.

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

Color convert

RGB90152-
CMYK00.990.420.65
HSL325.62º97.8%17.84%-
HSV(B)325.62º98.89%35.29%-
XYZ4.852.443.46-
YUV33.42138.49168.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.94%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=62.94%
G=0.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9015200.990.420.65325.6297.817.84
Hex5A1340632A411466212
Octal13216401435210150614222
Binary10110101110100011000111010101000001101000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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