#5A0327

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

Shades of Tyrian Purple #5A0327

Tints of Tyrian Purple #5A0327

Color information

#5A0327 (or 0x5A0327) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 27. RGB value is (90,3,39). Sum of RGB (Red+Green+Blue) = 90+3+39=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0327 is #A5FCD8. Grayscale: #212121. Windows color (decimal): -10878169 or 2556762. OLE color: 2556762.

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

Color convert

RGB90339-
CMYK00.970.570.65
HSL335.17º93.55%18.24%-
HSV(B)335.17º96.67%35.29%-
XYZ4.622.392.14-
YUV33.12131.32168.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.18%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=68.18%
G=2.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9033900.970.570.65335.1793.5518.24
Hex5A327061394114f5e12
Octal13234701417110151713622
Binary101101011100111011000011110011000001101001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,39); }

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

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

 a { background-color: rgb(90,3,39); }

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

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

 span { border-color: rgb(90,3,39); }

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