#5A0A29

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

Shades of Tyrian Purple #5A0A29

Tints of Tyrian Purple #5A0A29

Color information

#5A0A29 (or 0x5A0A29) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0A and 29. RGB value is (90,10,41). Sum of RGB (Red+Green+Blue) = 90+10+41=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A29 is #A5F5D6. Grayscale: #252525. Windows color (decimal): -10876375 or 2689626. OLE color: 2689626.

HSL color Cylindrical-coordinate representation of color #5A0A29: hue angle of 336.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 #5A0A29 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB901041-
CMYK00.890.540.65
HSL336.75º80%19.61%-
HSV(B)336.75º88.89%35.29%-
XYZ4.732.552.34-
YUV37.45130165.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 63.83%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=63.83%
G=7.09%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90104100.890.540.65336.758019.61
Hex5AA2905936411515014
Octal132125101316610152112024
Binary10110101010101001010110011101101000001101010001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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