Html Css Color HEX #5E013B Tyrian Purple

📋 copy color: '#5E013B'

red 94 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #5E013B

Tints of Tyrian Purple #5E013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.31%

R = 61.04%
G = 0.65%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E013B (or 0x5E013B) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 3B. RGB value is (94,1,59). Sum of RGB (Red+Green+Blue) = 94+1+59=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E013B is #A1FEC4. Grayscale: #232323. Windows color (decimal): -10616517 or 3866974. OLE color: 3866974.

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

Color convert

RGB 94 1 59 -
CMYK 0 0.99 0.37 0.63
HSL 322.58º 0.98% 0.19% -
HSV(B) 322.58º 0.99% 0.37% -
XYZ 5.42 2.72 4.38 -
YUV 35.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 94 1 59 0 0.99 0.37 0.63 322.58 0.98 0.19
Hex 5E 1 3B 0 63 25 3F 143 62 13
Octal 136 1 73 0 143 45 77 503 142 23
Binary 1011110 1 111011 0 1100011 100101 111111 101000011 1100010 10011

Color Harmonies of #5E013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E013B

Black with #5E013B

Text Example


Text Example

White with #5E013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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