Html Css Color HEX #5E113D Tyrian Purple

📋 copy color: '#5E113D'

red 94 ◦ green 17 ◦ blue 61

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

Shades of Tyrian Purple #5E113D

Tints of Tyrian Purple #5E113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 54.65%
G = 9.88%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E113D (or 0x5E113D) is known color: Tyrian Purple. HEX triplet: 5E, 11 and 3D. RGB value is (94,17,61). Sum of RGB (Red+Green+Blue) = 94+17+61=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E113D is #A1EEC2. Grayscale: #2C2C2C. Windows color (decimal): -10612419 or 4002142. OLE color: 4002142.

HSL color Cylindrical-coordinate representation of color #5E113D: hue angle of 325.71º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E113D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 17 61 -
CMYK 0 0.82 0.35 0.63
HSL 325.71º 0.69% 0.22% -
HSV(B) 325.71º 0.82% 0.37% -
XYZ 5.66 3.12 4.72 -
YUV 45.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 94 17 61 0 0.82 0.35 0.63 325.71 0.69 0.22
Hex 5E 11 3D 0 52 23 3F 146 45 16
Octal 136 21 75 0 122 43 77 506 105 26
Binary 1011110 10001 111101 0 1010010 100011 111111 101000110 1000101 10110

Color Harmonies of #5E113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E113D

Black with #5E113D

Text Example


Text Example

White with #5E113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,17,61); }

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

background-color css

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

 a { background-color: rgb(94,17,61); }

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

border-color css

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

 span { border-color: rgb(94,17,61); }

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