#5A094D

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

Shades of Tyrian Purple #5A094D

Tints of Tyrian Purple #5A094D

Color information

#5A094D (or 0x5A094D) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 09 and 4D. RGB value is (90,9,77). Sum of RGB (Red+Green+Blue) = 90+9+77=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A094D is #A5F6B2. Grayscale: #282828. Windows color (decimal): -10876595 or 5048666. OLE color: 5048666.

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

Color convert

RGB90977-
CMYK00.90.140.65
HSL309.63º81.82%19.41%-
HSV(B)309.63º90%35.29%-
XYZ5.652.97.28-
YUV40.97148.34162.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=51.14%
G=5.11%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9097700.90.140.65309.6381.8219.41
Hex5A94D05AE411365213
Octal1321111501321610146612223
Binary1011010100110011010101101011101000001100110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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