Html Css Color HEX #4E043A Tyrian Purple

📋 copy color: '#4E043A'

red 78 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #4E043A

Tints of Tyrian Purple #4E043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 55.71%
G = 2.86%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E043A (or 0x4E043A) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 3A. RGB value is (78,4,58). Sum of RGB (Red+Green+Blue) = 78+4+58=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E043A is #B1FBC5. Grayscale: #202020. Windows color (decimal): -11664326 or 3802190. OLE color: 3802190.

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

Color convert

RGB 78 4 58 -
CMYK 0 0.95 0.26 0.69
HSL 316.22º 0.9% 0.16% -
HSV(B) 316.22º 0.95% 0.31% -
XYZ 3.95 2.01 4.18 -
YUV 32.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 78 4 58 0 0.95 0.26 0.69 316.22 0.9 0.16
Hex 4E 4 3A 0 5F 1A 45 13C 5A 10
Octal 116 4 72 0 137 32 105 474 132 20
Binary 1001110 100 111010 0 1011111 11010 1000101 100111100 1011010 10000

Color Harmonies of #4E043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E043A

Black with #4E043A

Text Example


Text Example

White with #4E043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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