Html Css Color HEX #5E0540 Tyrian Purple

📋 copy color: '#5E0540'

red 94 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #5E0540

Tints of Tyrian Purple #5E0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 57.67%
G = 3.07%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E0540 (or 0x5E0540) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 40. RGB value is (94,5,64). Sum of RGB (Red+Green+Blue) = 94+5+64=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0540 is #A1FABF. Grayscale: #262626. Windows color (decimal): -10615488 or 4195678. OLE color: 4195678.

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

Color convert

RGB 94 5 64 -
CMYK 0 0.95 0.32 0.63
HSL 320.22º 0.9% 0.19% -
HSV(B) 320.22º 0.95% 0.37% -
XYZ 5.6 2.86 5.11 -
YUV 38.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 94 5 64 0 0.95 0.32 0.63 320.22 0.9 0.19
Hex 5E 5 40 0 5F 20 3F 140 5A 13
Octal 136 5 100 0 137 40 77 500 132 23
Binary 1011110 101 1000000 0 1011111 100000 111111 101000000 1011010 10011

Color Harmonies of #5E0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0540

Black with #5E0540

Text Example


Text Example

White with #5E0540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,64); }

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

background-color css

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

 a { background-color: rgb(94,5,64); }

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

border-color css

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

 span { border-color: rgb(94,5,64); }

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