#5D113A

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

Shades of Tyrian Purple #5D113A

Tints of Tyrian Purple #5D113A

Color information

#5D113A (or 0x5D113A) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 11 and 3A. RGB value is (93,17,58). Sum of RGB (Red+Green+Blue) = 93+17+58=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D113A is #A2EEC5. Grayscale: #2C2C2C. Windows color (decimal): -10677958 or 3805533. OLE color: 3805533.

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

Color convert

RGB931758-
CMYK00.820.380.64
HSL327.63º69.09%21.57%-
HSV(B)327.63º81.72%36.47%-
XYZ5.483.034.3-
YUV44.4135.68162.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.36%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=55.36%
G=10.12%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93175800.820.380.64327.6369.0921.57
Hex5D113A05226401484516
Octal135217201224610051010526
Binary101110110001111010010100101001101000000101001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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