Html Css Color HEX #5E023B Tyrian Purple

📋 copy color: '#5E023B'

red 94 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #5E023B

Tints of Tyrian Purple #5E023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 60.65%
G = 1.29%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E023B (or 0x5E023B) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 3B. RGB value is (94,2,59). Sum of RGB (Red+Green+Blue) = 94+2+59=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E023B is #A1FDC4. Grayscale: #232323. Windows color (decimal): -10616261 or 3867230. OLE color: 3867230.

HSL color Cylindrical-coordinate representation of color #5E023B: hue angle of 322.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E023B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 2 59 -
CMYK 0 0.98 0.37 0.63
HSL 322.83º 0.96% 0.19% -
HSV(B) 322.83º 0.98% 0.37% -
XYZ 5.43 2.74 4.38 -
YUV 36.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 94 2 59 0 0.98 0.37 0.63 322.83 0.96 0.19
Hex 5E 2 3B 0 62 25 3F 143 60 13
Octal 136 2 73 0 142 45 77 503 140 23
Binary 1011110 10 111011 0 1100010 100101 111111 101000011 1100000 10011

Color Harmonies of #5E023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E023B

Black with #5E023B

Text Example


Text Example

White with #5E023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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