Html Css Color HEX #5E0431 Tyrian Purple

📋 copy color: '#5E0431'

red 94 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #5E0431

Tints of Tyrian Purple #5E0431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.33%

R = 63.95%
G = 2.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E0431 (or 0x5E0431) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 31. RGB value is (94,4,49). Sum of RGB (Red+Green+Blue) = 94+4+49=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0431 is #A1FBCE. Grayscale: #232323. Windows color (decimal): -10615759 or 3212382. OLE color: 3212382.

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

Color convert

RGB 94 4 49 -
CMYK 0 0.96 0.48 0.63
HSL 330º 0.92% 0.19% -
HSV(B) 330º 0.96% 0.37% -
XYZ 5.21 2.69 3.15 -
YUV 36.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 94 4 49 0 0.96 0.48 0.63 330 0.92 0.19
Hex 5E 4 31 0 60 30 3F 14A 5C 13
Octal 136 4 61 0 140 60 77 512 134 23
Binary 1011110 100 110001 0 1100000 110000 111111 101001010 1011100 10011

Color Harmonies of #5E0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0431

Black with #5E0431

Text Example


Text Example

White with #5E0431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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