Html Css Color HEX #5E0141 Tyrian Purple

📋 copy color: '#5E0141'

red 94 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #5E0141

Tints of Tyrian Purple #5E0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 58.75%
G = 0.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E0141 (or 0x5E0141) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 41. RGB value is (94,1,65). Sum of RGB (Red+Green+Blue) = 94+1+65=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0141 is #A1FEBE. Grayscale: #232323. Windows color (decimal): -10616511 or 4260190. OLE color: 4260190.

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

Color convert

RGB 94 1 65 -
CMYK 0 0.99 0.31 0.63
HSL 318.71º 0.98% 0.19% -
HSV(B) 318.71º 0.99% 0.37% -
XYZ 5.58 2.78 5.24 -
YUV 36.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 94 1 65 0 0.99 0.31 0.63 318.71 0.98 0.19
Hex 5E 1 41 0 63 1F 3F 13F 62 13
Octal 136 1 101 0 143 37 77 477 142 23
Binary 1011110 1 1000001 0 1100011 11111 111111 100111111 1100010 10011

Color Harmonies of #5E0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0141

Black with #5E0141

Text Example


Text Example

White with #5E0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,65); }

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

background-color css

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

 a { background-color: rgb(94,1,65); }

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

border-color css

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

 span { border-color: rgb(94,1,65); }

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