#5D032D

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

Shades of Tyrian Purple #5D032D

Tints of Tyrian Purple #5D032D

Color information

#5D032D (or 0x5D032D) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 03 and 2D. RGB value is (93,3,45). Sum of RGB (Red+Green+Blue) = 93+3+45=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D032D is #A2FCD2. Grayscale: #222222. Windows color (decimal): -10681555 or 2949981. OLE color: 2949981.

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

Color convert

RGB93345-
CMYK00.970.520.64
HSL332º93.75%18.82%-
HSV(B)332º96.77%36.47%-
XYZ5.022.582.72-
YUV34.7133.82169.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.96%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=65.96%
G=2.13%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9334500.970.520.6433293.7518.82
Hex5D32D061344014c5e13
Octal13535501416410051413623
Binary101110111101101011000011101001000000101001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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