Html Css Color HEX #5E054A Tyrian Purple

📋 copy color: '#5E054A'

red 94 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #5E054A

Tints of Tyrian Purple #5E054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 54.34%
G = 2.89%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E054A (or 0x5E054A) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 4A. RGB value is (94,5,74). Sum of RGB (Red+Green+Blue) = 94+5+74=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E054A is #A1FAB5. Grayscale: #272727. Windows color (decimal): -10615478 or 4851038. OLE color: 4851038.

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

Color convert

RGB 94 5 74 -
CMYK 0 0.95 0.21 0.63
HSL 313.48º 0.9% 0.19% -
HSV(B) 313.48º 0.95% 0.37% -
XYZ 5.91 2.98 6.74 -
YUV 39.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 94 5 74 0 0.95 0.21 0.63 313.48 0.9 0.19
Hex 5E 5 4A 0 5F 15 3F 139 5A 13
Octal 136 5 112 0 137 25 77 471 132 23
Binary 1011110 101 1001010 0 1011111 10101 111111 100111001 1011010 10011

Color Harmonies of #5E054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E054A

Black with #5E054A

Text Example


Text Example

White with #5E054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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