#5A052C

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

Shades of Tyrian Purple #5A052C

Tints of Tyrian Purple #5A052C

Color information

#5A052C (or 0x5A052C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 05 and 2C. RGB value is (90,5,44). Sum of RGB (Red+Green+Blue) = 90+5+44=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A052C is #A5FAD3. Grayscale: #222222. Windows color (decimal): -10877652 or 2884954. OLE color: 2884954.

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

Color convert

RGB90544-
CMYK00.940.510.65
HSL332.47º89.47%18.63%-
HSV(B)332.47º94.44%35.29%-
XYZ4.732.462.61-
YUV34.86133.16167.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.75%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=64.75%
G=3.60%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9054400.940.510.65332.4789.4718.63
Hex5A52C05E334114c5913
Octal13255401366310151413123
Binary1011010101101100010111101100111000001101001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,44); }

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

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

 a { background-color: rgb(90,5,44); }

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

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

 span { border-color: rgb(90,5,44); }

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