Html Css Color HEX #5E0142 Tyrian Purple

📋 copy color: '#5E0142'

red 94 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #5E0142

Tints of Tyrian Purple #5E0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 58.39%
G = 0.62%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#5E0142 (or 0x5E0142) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 42. RGB value is (94,1,66). Sum of RGB (Red+Green+Blue) = 94+1+66=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0142 is #A1FEBD. Grayscale: #242424. Windows color (decimal): -10616510 or 4325726. OLE color: 4325726.

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

Color convert

RGB 94 1 66 -
CMYK 0 0.99 0.30 0.63
HSL 318.06º 0.98% 0.19% -
HSV(B) 318.06º 0.99% 0.37% -
XYZ 5.61 2.79 5.4 -
YUV 36.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 94 1 66 0 0.99 0.30 0.63 318.06 0.98 0.19
Hex 5E 1 42 0 63 1E 3F 13E 62 13
Octal 136 1 102 0 143 36 77 476 142 23
Binary 1011110 1 1000010 0 1100011 11110 111111 100111110 1100010 10011

Color Harmonies of #5E0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0142

Black with #5E0142

Text Example


Text Example

White with #5E0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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