Html Css Color HEX #5E1047 Tyrian Purple

📋 copy color: '#5E1047'

red 94 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #5E1047

Tints of Tyrian Purple #5E1047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 51.93%
G = 8.84%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E1047 (or 0x5E1047) is known color: Tyrian Purple. HEX triplet: 5E, 10 and 47. RGB value is (94,16,71). Sum of RGB (Red+Green+Blue) = 94+16+71=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1047 is #A1EFB8. Grayscale: #2D2D2D. Windows color (decimal): -10612665 or 4657246. OLE color: 4657246.

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

Color convert

RGB 94 16 71 -
CMYK 0 0.83 0.24 0.63
HSL 317.69º 0.71% 0.22% -
HSV(B) 317.69º 0.83% 0.37% -
XYZ 5.94 3.21 6.27 -
YUV 45.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 94 16 71 0 0.83 0.24 0.63 317.69 0.71 0.22
Hex 5E 10 47 0 53 18 3F 13E 47 16
Octal 136 20 107 0 123 30 77 476 107 26
Binary 1011110 10000 1000111 0 1010011 11000 111111 100111110 1000111 10110

Color Harmonies of #5E1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1047

Black with #5E1047

Text Example


Text Example

White with #5E1047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,71); }

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

background-color css

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

 a { background-color: rgb(94,16,71); }

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

border-color css

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

 span { border-color: rgb(94,16,71); }

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