#5A0A2F

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

Shades of Tyrian Purple #5A0A2F

Tints of Tyrian Purple #5A0A2F

Color information

#5A0A2F (or 0x5A0A2F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0A and 2F. RGB value is (90,10,47). Sum of RGB (Red+Green+Blue) = 90+10+47=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A2F is #A5F5D0. Grayscale: #262626. Windows color (decimal): -10876369 or 3082842. OLE color: 3082842.

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

Color convert

RGB901047-
CMYK00.890.480.65
HSL332.25º80%19.61%-
HSV(B)332.25º88.89%35.29%-
XYZ4.842.62.94-
YUV38.14133164.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.22%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=61.22%
G=6.80%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90104700.890.480.65332.258019.61
Hex5AA2F059304114c5014
Octal132125701316010151412024
Binary10110101010101111010110011100001000001101001100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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