Html Css Color HEX #4E023F Tyrian Purple

📋 copy color: '#4E023F'

red 78 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #4E023F

Tints of Tyrian Purple #4E023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 54.55%
G = 1.4%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E023F (or 0x4E023F) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 3F. RGB value is (78,2,63). Sum of RGB (Red+Green+Blue) = 78+2+63=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E023F is #B1FDC0. Grayscale: #1F1F1F. Windows color (decimal): -11664833 or 4129358. OLE color: 4129358.

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

Color convert

RGB 78 2 63 -
CMYK 0 0.97 0.19 0.69
HSL 311.84º 0.95% 0.16% -
HSV(B) 311.84º 0.97% 0.31% -
XYZ 4.06 2.02 4.88 -
YUV 31.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 78 2 63 0 0.97 0.19 0.69 311.84 0.95 0.16
Hex 4E 2 3F 0 61 13 45 138 5F 10
Octal 116 2 77 0 141 23 105 470 137 20
Binary 1001110 10 111111 0 1100001 10011 1000101 100111000 1011111 10000

Color Harmonies of #4E023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E023F

Black with #4E023F

Text Example


Text Example

White with #4E023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,63); }

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

background-color css

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

 a { background-color: rgb(78,2,63); }

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

border-color css

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

 span { border-color: rgb(78,2,63); }

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