Html Css Color HEX #5E042D Tyrian Purple

📋 copy color: '#5E042D'

red 94 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #5E042D

Tints of Tyrian Purple #5E042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 65.73%
G = 2.8%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5E042D (or 0x5E042D) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 2D. RGB value is (94,4,45). Sum of RGB (Red+Green+Blue) = 94+4+45=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E042D is #A1FBD2. Grayscale: #232323. Windows color (decimal): -10615763 or 2950238. OLE color: 2950238.

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

Color convert

RGB 94 4 45 -
CMYK 0 0.96 0.52 0.63
HSL 332.67º 0.92% 0.19% -
HSV(B) 332.67º 0.96% 0.37% -
XYZ 5.13 2.66 2.72 -
YUV 35.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 94 4 45 0 0.96 0.52 0.63 332.67 0.92 0.19
Hex 5E 4 2D 0 60 34 3F 14D 5C 13
Octal 136 4 55 0 140 64 77 515 134 23
Binary 1011110 100 101101 0 1100000 110100 111111 101001101 1011100 10011

Color Harmonies of #5E042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E042D

Black with #5E042D

Text Example


Text Example

White with #5E042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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