Html Css Color HEX #5E1140 Tyrian Purple

📋 copy color: '#5E1140'

red 94 ◦ green 17 ◦ blue 64

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

Shades of Tyrian Purple #5E1140

Tints of Tyrian Purple #5E1140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 53.71%
G = 9.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E1140 (or 0x5E1140) is known color: Tyrian Purple. HEX triplet: 5E, 11 and 40. RGB value is (94,17,64). Sum of RGB (Red+Green+Blue) = 94+17+64=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1140 is #A1EEBF. Grayscale: #2D2D2D. Windows color (decimal): -10612416 or 4198750. OLE color: 4198750.

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

Color convert

RGB 94 17 64 -
CMYK 0 0.82 0.32 0.63
HSL 323.38º 0.69% 0.22% -
HSV(B) 323.38º 0.82% 0.37% -
XYZ 5.74 3.15 5.16 -
YUV 45.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 94 17 64 0 0.82 0.32 0.63 323.38 0.69 0.22
Hex 5E 11 40 0 52 20 3F 143 45 16
Octal 136 21 100 0 122 40 77 503 105 26
Binary 1011110 10001 1000000 0 1010010 100000 111111 101000011 1000101 10110

Color Harmonies of #5E1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1140

Black with #5E1140

Text Example


Text Example

White with #5E1140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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