Html Css Color HEX #5E114C Tyrian Purple

📋 copy color: '#5E114C'

red 94 ◦ green 17 ◦ blue 76

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

Shades of Tyrian Purple #5E114C

Tints of Tyrian Purple #5E114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 50.27%
G = 9.09%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E114C (or 0x5E114C) is known color: Tyrian Purple. HEX triplet: 5E, 11 and 4C. RGB value is (94,17,76). Sum of RGB (Red+Green+Blue) = 94+17+76=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E114C is #A1EEB3. Grayscale: #2E2E2E. Windows color (decimal): -10612404 or 4985182. OLE color: 4985182.

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

Color convert

RGB 94 17 76 -
CMYK 0 0.82 0.19 0.63
HSL 314.03º 0.69% 0.22% -
HSV(B) 314.03º 0.82% 0.37% -
XYZ 6.12 3.3 7.15 -
YUV 46.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 94 17 76 0 0.82 0.19 0.63 314.03 0.69 0.22
Hex 5E 11 4C 0 52 13 3F 13A 45 16
Octal 136 21 114 0 122 23 77 472 105 26
Binary 1011110 10001 1001100 0 1010010 10011 111111 100111010 1000101 10110

Color Harmonies of #5E114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E114C

Black with #5E114C

Text Example


Text Example

White with #5E114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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