Html Css Color HEX #5E0D49 Tyrian Purple

📋 copy color: '#5E0D49'

red 94 ◦ green 13 ◦ blue 73

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

Shades of Tyrian Purple #5E0D49

Tints of Tyrian Purple #5E0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

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

R = 52.22%
G = 7.22%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5E0D49 (or 0x5E0D49) is known color: Tyrian Purple. HEX triplet: 5E, 0D and 49. RGB value is (94,13,73). Sum of RGB (Red+Green+Blue) = 94+13+73=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D49 is #A1F2B6. Grayscale: #2B2B2B. Windows color (decimal): -10613431 or 4787550. OLE color: 4787550.

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

Color convert

RGB 94 13 73 -
CMYK 0 0.86 0.22 0.63
HSL 315.56º 0.76% 0.21% -
HSV(B) 315.56º 0.86% 0.37% -
XYZ 5.96 3.15 6.6 -
YUV 44.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 94 13 73 0 0.86 0.22 0.63 315.56 0.76 0.21
Hex 5E D 49 0 56 16 3F 13C 4C 15
Octal 136 15 111 0 126 26 77 474 114 25
Binary 1011110 1101 1001001 0 1010110 10110 111111 100111100 1001100 10101

Color Harmonies of #5E0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D49

Black with #5E0D49

Text Example


Text Example

White with #5E0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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