#5D042D

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

Shades of Tyrian Purple #5D042D

Tints of Tyrian Purple #5D042D

Color information

#5D042D (or 0x5D042D) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 04 and 2D. RGB value is (93,4,45). Sum of RGB (Red+Green+Blue) = 93+4+45=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D042D is #A2FBD2. Grayscale: #232323. Windows color (decimal): -10681299 or 2950237. OLE color: 2950237.

HSL color Cylindrical-coordinate representation of color #5D042D: hue angle of 332.36º 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 #5D042D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB93445-
CMYK00.960.520.64
HSL332.36º91.75%19.02%-
HSV(B)332.36º95.7%36.47%-
XYZ5.032.62.72-
YUV35.28133.49169.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.49%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=65.49%
G=2.82%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9344500.960.520.64332.3691.7519.02
Hex5D42D060344014c5c13
Octal13545501406410051413423
Binary1011101100101101011000001101001000000101001100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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