Html Css Color HEX #4E023B Tyrian Purple

📋 copy color: '#4E023B'

red 78 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #4E023B

Tints of Tyrian Purple #4E023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 56.12%
G = 1.44%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4E023B (or 0x4E023B) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 3B. RGB value is (78,2,59). Sum of RGB (Red+Green+Blue) = 78+2+59=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E023B is #B1FDC4. Grayscale: #1F1F1F. Windows color (decimal): -11664837 or 3867214. OLE color: 3867214.

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

Color convert

RGB 78 2 59 -
CMYK 0 0.97 0.24 0.69
HSL 315º 0.95% 0.16% -
HSV(B) 315º 0.97% 0.31% -
XYZ 3.95 1.98 4.31 -
YUV 31.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 78 2 59 0 0.97 0.24 0.69 315 0.95 0.16
Hex 4E 2 3B 0 61 18 45 13B 5F 10
Octal 116 2 73 0 141 30 105 473 137 20
Binary 1001110 10 111011 0 1100001 11000 1000101 100111011 1011111 10000

Color Harmonies of #4E023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E023B

Black with #4E023B

Text Example


Text Example

White with #4E023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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