Html Css Color HEX #5E0156 Tyrian Purple

📋 copy color: '#5E0156'

red 94 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #5E0156

Tints of Tyrian Purple #5E0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 51.93%
G = 0.55%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5E0156 (or 0x5E0156) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 56. RGB value is (94,1,86). Sum of RGB (Red+Green+Blue) = 94+1+86=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0156 is #A1FEA9. Grayscale: #262626. Windows color (decimal): -10616490 or 5636446. OLE color: 5636446.

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

Color convert

RGB 94 1 86 -
CMYK 0 0.99 0.09 0.63
HSL 305.16º 0.98% 0.19% -
HSV(B) 305.16º 0.99% 0.37% -
XYZ 6.31 3.07 9.06 -
YUV 38.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 94 1 86 0 0.99 0.09 0.63 305.16 0.98 0.19
Hex 5E 1 56 0 63 9 3F 131 62 13
Octal 136 1 126 0 143 11 77 461 142 23
Binary 1011110 1 1010110 0 1100011 1001 111111 100110001 1100010 10011

Color Harmonies of #5E0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0156

Black with #5E0156

Text Example


Text Example

White with #5E0156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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