Html Css Color HEX #5E0849 Tyrian Purple

📋 copy color: '#5E0849'

red 94 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #5E0849

Tints of Tyrian Purple #5E0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 53.71%
G = 4.57%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5E0849 (or 0x5E0849) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 49. RGB value is (94,8,73). Sum of RGB (Red+Green+Blue) = 94+8+73=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0849 is #A1F7B6. Grayscale: #282828. Windows color (decimal): -10614711 or 4786270. OLE color: 4786270.

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

Color convert

RGB 94 8 73 -
CMYK 0 0.91 0.22 0.63
HSL 314.65º 0.84% 0.2% -
HSV(B) 314.65º 0.91% 0.37% -
XYZ 5.91 3.03 6.58 -
YUV 41.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 94 8 73 0 0.91 0.22 0.63 314.65 0.84 0.2
Hex 5E 8 49 0 5B 16 3F 13B 54 14
Octal 136 10 111 0 133 26 77 473 124 24
Binary 1011110 1000 1001001 0 1011011 10110 111111 100111011 1010100 10100

Color Harmonies of #5E0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0849

Black with #5E0849

Text Example


Text Example

White with #5E0849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,73); }

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

background-color css

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

 a { background-color: rgb(94,8,73); }

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

border-color css

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

 span { border-color: rgb(94,8,73); }

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