#5A114D

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

Shades of Tyrian Purple #5A114D

Tints of Tyrian Purple #5A114D

Color information

#5A114D (or 0x5A114D) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 11 and 4D. RGB value is (90,17,77). Sum of RGB (Red+Green+Blue) = 90+17+77=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A114D is #A5EEB2. Grayscale: #2D2D2D. Windows color (decimal): -10874547 or 5050714. OLE color: 5050714.

HSL color Cylindrical-coordinate representation of color #5A114D: hue angle of 310.68º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A114D is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB901777-
CMYK00.810.140.65
HSL310.68º68.22%20.98%-
HSV(B)310.68º81.11%35.29%-
XYZ5.763.117.32-
YUV45.67145.68159.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=48.91%
G=9.24%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90177700.810.140.65310.6868.2220.98
Hex5A114D051E411374415
Octal1322111501211610146710425
Binary10110101000110011010101000111101000001100110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,77); }

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

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

 a { background-color: rgb(90,17,77); }

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

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

 span { border-color: rgb(90,17,77); }

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