#5D1040

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

Shades of Tyrian Purple #5D1040

Tints of Tyrian Purple #5D1040

Color information

#5D1040 (or 0x5D1040) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 10 and 40. RGB value is (93,16,64). Sum of RGB (Red+Green+Blue) = 93+16+64=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1040 is #A2EFBF. Grayscale: #2C2C2C. Windows color (decimal): -10678208 or 4198493. OLE color: 4198493.

HSL color Cylindrical-coordinate representation of color #5D1040: hue angle of 322.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1040 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB931664-
CMYK00.830.310.64
HSL322.6º70.64%21.37%-
HSV(B)322.6º82.8%36.47%-
XYZ5.623.075.15-
YUV44.5139.01162.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=53.76%
G=9.25%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93166400.830.310.64322.670.6421.37
Hex5D10400531F401434715
Octal1352010001233710050310725
Binary101110110000100000001010011111111000000101000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,16,64); }

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

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

 a { background-color: rgb(93,16,64); }

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

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

 span { border-color: rgb(93,16,64); }

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