#5A0323

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

Shades of Tyrian Purple #5A0323

Tints of Tyrian Purple #5A0323

Color information

#5A0323 (or 0x5A0323) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 23. RGB value is (90,3,35). Sum of RGB (Red+Green+Blue) = 90+3+35=128 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.31% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0323 is #A5FCDC. Grayscale: #202020. Windows color (decimal): -10878173 or 2294618. OLE color: 2294618.

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

Color convert

RGB90335-
CMYK00.970.610.65
HSL337.93º93.55%18.24%-
HSV(B)337.93º96.67%35.29%-
XYZ4.552.361.81-
YUV32.66129.32168.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 70.31%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=70.31%
G=2.34%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9033500.970.610.65337.9393.5518.24
Hex5A3230613D411525e12
Octal13234301417510152213622
Binary101101011100011011000011111011000001101010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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