Html Css Color HEX #4E013E Tyrian Purple

📋 copy color: '#4E013E'

red 78 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #4E013E

Tints of Tyrian Purple #4E013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 62 (24.61% from 255) = 43.97%

R = 55.32%
G = 0.71%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#4E013E (or 0x4E013E) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 3E. RGB value is (78,1,62). Sum of RGB (Red+Green+Blue) = 78+1+62=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E013E is #B1FEC1. Grayscale: #1E1E1E. Windows color (decimal): -11665090 or 4063566. OLE color: 4063566.

HSL color Cylindrical-coordinate representation of color #4E013E: hue angle of 312.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E013E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 1 62 -
CMYK 0 0.99 0.21 0.69
HSL 312.47º 0.97% 0.15% -
HSV(B) 312.47º 0.99% 0.31% -
XYZ 4.02 1.99 4.73 -
YUV 30.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 78 1 62 0 0.99 0.21 0.69 312.47 0.97 0.15
Hex 4E 1 3E 0 63 15 45 138 61 F
Octal 116 1 76 0 143 25 105 470 141 17
Binary 1001110 1 111110 0 1100011 10101 1000101 100111000 1100001 1111

Color Harmonies of #4E013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E013E

Black with #4E013E

Text Example


Text Example

White with #4E013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,62); }

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

background-color css

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

 a { background-color: rgb(78,1,62); }

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

border-color css

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

 span { border-color: rgb(78,1,62); }

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