Html Css Color HEX #4E053A Tyrian Purple

📋 copy color: '#4E053A'

red 78 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #4E053A

Tints of Tyrian Purple #4E053A

RGB

 RED value IS 78 (30.86% from 255) = 55.32%

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

 BLUE value IS 58 (23.05% from 255) = 41.13%

R = 55.32%
G = 3.55%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E053A (or 0x4E053A) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 3A. RGB value is (78,5,58). Sum of RGB (Red+Green+Blue) = 78+5+58=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053A is #B1FAC5. Grayscale: #202020. Windows color (decimal): -11664070 or 3802446. OLE color: 3802446.

HSL color Cylindrical-coordinate representation of color #4E053A: hue angle of 316.44º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E053A is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 5 58 -
CMYK 0 0.94 0.26 0.69
HSL 316.44º 0.88% 0.16% -
HSV(B) 316.44º 0.94% 0.31% -
XYZ 3.96 2.03 4.19 -
YUV 32.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 78 5 58 0 0.94 0.26 0.69 316.44 0.88 0.16
Hex 4E 5 3A 0 5E 1A 45 13C 58 10
Octal 116 5 72 0 136 32 105 474 130 20
Binary 1001110 101 111010 0 1011110 11010 1000101 100111100 1011000 10000

Color Harmonies of #4E053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E053A

Black with #4E053A

Text Example


Text Example

White with #4E053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E053A; }

 p { color: rgb(78,5,58); }

 H1.HeaderClassName
 {
   color: #4E053A;
 }
 .AnyTagClassName
 {
   color: #4E053A;
 }
</style>

background-color css

<style>
 a { background-color: #4E053A; }

 a { background-color: rgb(78,5,58); }

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

border-color css

<style>
 span { border-color: #4E053A; }

 span { border-color: rgb(78,5,58); }

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