#5A0A41

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

Shades of Tyrian Purple #5A0A41

Tints of Tyrian Purple #5A0A41

Color information

#5A0A41 (or 0x5A0A41) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0A and 41. RGB value is (90,10,65). Sum of RGB (Red+Green+Blue) = 90+10+65=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A41 is #A5F5BE. Grayscale: #282828. Windows color (decimal): -10876351 or 4262490. OLE color: 4262490.

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

Color convert

RGB901065-
CMYK00.890.280.65
HSL318.75º80%19.61%-
HSV(B)318.75º88.89%35.29%-
XYZ5.282.775.26-
YUV40.19142163.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=54.55%
G=6.06%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90106500.890.280.65318.758019.61
Hex5AA410591C4113f5014
Octal1321210101313410147712024
Binary10110101010100000101011001111001000001100111111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,10,65); }

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

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

 a { background-color: rgb(90,10,65); }

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

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

 span { border-color: rgb(90,10,65); }

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