Html Css Color HEX #5E0A40 Tyrian Purple

📋 copy color: '#5E0A40'

red 94 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #5E0A40

Tints of Tyrian Purple #5E0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.95%

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

R = 55.95%
G = 5.95%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E0A40 (or 0x5E0A40) is known color: Tyrian Purple. HEX triplet: 5E, 0A and 40. RGB value is (94,10,64). Sum of RGB (Red+Green+Blue) = 94+10+64=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A40 is #A1F5BF. Grayscale: #292929. Windows color (decimal): -10614208 or 4196958. OLE color: 4196958.

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

Color convert

RGB 94 10 64 -
CMYK 0 0.89 0.32 0.63
HSL 321.43º 0.81% 0.2% -
HSV(B) 321.43º 0.89% 0.37% -
XYZ 5.65 2.97 5.13 -
YUV 41.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 94 10 64 0 0.89 0.32 0.63 321.43 0.81 0.2
Hex 5E A 40 0 59 20 3F 141 51 14
Octal 136 12 100 0 131 40 77 501 121 24
Binary 1011110 1010 1000000 0 1011001 100000 111111 101000001 1010001 10100

Color Harmonies of #5E0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A40

Black with #5E0A40

Text Example


Text Example

White with #5E0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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