Html Css Color HEX #5D043A Tyrian Purple

📋 copy color: '#5D043A'

red 93 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #5D043A

Tints of Tyrian Purple #5D043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 60%
G = 2.58%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D043A (or 0x5D043A) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 3A. RGB value is (93,4,58). Sum of RGB (Red+Green+Blue) = 93+4+58=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D043A is #A2FBC5. Grayscale: #242424. Windows color (decimal): -10681286 or 3802205. OLE color: 3802205.

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

Color convert

RGB 93 4 58 -
CMYK 0 0.96 0.38 0.64
HSL 323.6º 0.92% 0.19% -
HSV(B) 323.6º 0.96% 0.36% -
XYZ 5.32 2.72 4.25 -
YUV 36.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 93 4 58 0 0.96 0.38 0.64 323.6 0.92 0.19
Hex 5D 4 3A 0 60 26 40 144 5C 13
Octal 135 4 72 0 140 46 100 504 134 23
Binary 1011101 100 111010 0 1100000 100110 1000000 101000100 1011100 10011

Color Harmonies of #5D043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D043A

Black with #5D043A

Text Example


Text Example

White with #5D043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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