#5D043A

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

Shades of Tyrian Purple #5D043A

Tints of Tyrian Purple #5D043A

Color information

#5D043A (or 0x5D043A) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 04 and 3A. RGB value is (93,4,58). Sum of RGB (Red+Green+Blue) = 93+4+58=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D043A is #A2FBC5. Grayscale: #242424. Windows color (decimal): -10681286 or 3802205. OLE color: 3802205.

HSL color Cylindrical-coordinate representation of color #5D043A: hue angle of 323.6º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D043A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB93458-
CMYK00.960.380.64
HSL323.6º91.75%19.02%-
HSV(B)323.6º95.7%36.47%-
XYZ5.322.724.25-
YUV36.77139.99168.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=60%
G=2.58%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9345800.960.380.64323.691.7519.02
Hex5D43A06026401445c13
Octal13547201404610050413423
Binary1011101100111010011000001001101000000101000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,4,58); }

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

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

 a { background-color: rgb(93,4,58); }

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

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

 span { border-color: rgb(93,4,58); }

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