Html Css Color HEX #5E043A Tyrian Purple

📋 copy color: '#5E043A'

red 94 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #5E043A

Tints of Tyrian Purple #5E043A

RGB

 RED value IS 94 (37.11% from 255) = 60.26%

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

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

R = 60.26%
G = 2.56%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E043A (or 0x5E043A) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 3A. RGB value is (94,4,58). Sum of RGB (Red+Green+Blue) = 94+4+58=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E043A is #A1FBC5. Grayscale: #242424. Windows color (decimal): -10615750 or 3802206. OLE color: 3802206.

HSL color Cylindrical-coordinate representation of color #5E043A: hue angle of 324º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E043A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 4 58 -
CMYK 0 0.96 0.38 0.63
HSL 324º 0.92% 0.19% -
HSV(B) 324º 0.96% 0.37% -
XYZ 5.42 2.77 4.25 -
YUV 37.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 94 4 58 0 0.96 0.38 0.63 324 0.92 0.19
Hex 5E 4 3A 0 60 26 3F 144 5C 13
Octal 136 4 72 0 140 46 77 504 134 23
Binary 1011110 100 111010 0 1100000 100110 111111 101000100 1011100 10011

Color Harmonies of #5E043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E043A

Black with #5E043A

Text Example


Text Example

White with #5E043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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