Html Css Color HEX #4E053C Tyrian Purple

📋 copy color: '#4E053C'

red 78 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #4E053C

Tints of Tyrian Purple #4E053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 54.55%
G = 3.5%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4E053C (or 0x4E053C) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 3C. RGB value is (78,5,60). Sum of RGB (Red+Green+Blue) = 78+5+60=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053C is #B1FAC3. Grayscale: #202020. Windows color (decimal): -11664068 or 3933518. OLE color: 3933518.

HSL color Cylindrical-coordinate representation of color #4E053C: hue angle of 314.79º 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 #4E053C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 5 60 -
CMYK 0 0.94 0.23 0.69
HSL 314.79º 0.88% 0.16% -
HSV(B) 314.79º 0.94% 0.31% -
XYZ 4.01 2.05 4.46 -
YUV 33.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 78 5 60 0 0.94 0.23 0.69 314.79 0.88 0.16
Hex 4E 5 3C 0 5E 17 45 13B 58 10
Octal 116 5 74 0 136 27 105 473 130 20
Binary 1001110 101 111100 0 1011110 10111 1000101 100111011 1011000 10000

Color Harmonies of #4E053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E053C

Black with #4E053C

Text Example


Text Example

White with #4E053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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