#5A0E39

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

Shades of Tyrian Purple #5A0E39

Tints of Tyrian Purple #5A0E39

Color information

#5A0E39 (or 0x5A0E39) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0E and 39. RGB value is (90,14,57). Sum of RGB (Red+Green+Blue) = 90+14+57=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E39 is #A5F1C6. Grayscale: #292929. Windows color (decimal): -10875335 or 3739226. OLE color: 3739226.

HSL color Cylindrical-coordinate representation of color #5A0E39: hue angle of 326.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E39 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB901457-
CMYK00.840.370.65
HSL326.05º73.08%20.39%-
HSV(B)326.05º84.44%35.29%-
XYZ5.112.784.14-
YUV41.63136.68162.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=55.90%
G=8.70%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90145700.840.370.65326.0573.0820.39
Hex5AE3905425411464914
Octal132167101244510150611124
Binary10110101110111001010101001001011000001101000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,57); }

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

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

 a { background-color: rgb(90,14,57); }

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

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

 span { border-color: rgb(90,14,57); }

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