Html Css Color HEX #5D043D Tyrian Purple

📋 copy color: '#5D043D'

red 93 ◦ green 4 ◦ blue 61

#5D043D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5D043D

Tints of Tyrian Purple #5D043D

RGB

 RED value IS 93 (36.72% from 255) = 58.86%

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 61 (24.22% from 255) = 38.61%

R = 58.86%
G = 2.53%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D043D (or 0x5D043D) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 3D. RGB value is (93,4,61). Sum of RGB (Red+Green+Blue) = 93+4+61=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D043D is #A2FBC2. Grayscale: #242424. Windows color (decimal): -10681283 or 3998813. OLE color: 3998813.

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

Color convert

RGB 93 4 61 -
CMYK 0 0.96 0.34 0.64
HSL 321.57º 0.92% 0.19% -
HSV(B) 321.57º 0.96% 0.36% -
XYZ 5.4 2.75 4.66 -
YUV 37.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 93 4 61 0 0.96 0.34 0.64 321.57 0.92 0.19
Hex 5D 4 3D 0 60 22 40 142 5C 13
Octal 135 4 75 0 140 42 100 502 134 23
Binary 1011101 100 111101 0 1100000 100010 1000000 101000010 1011100 10011

Color Harmonies of #5D043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D043D

Black with #5D043D

Text Example


Text Example

White with #5D043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D043D;
 }
 .AnyTagClassName
 {
   color: #5D043D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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