Html Css Color HEX #4E003F Tyrian Purple

📋 copy color: '#4E003F'

red 78 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #4E003F

Tints of Tyrian Purple #4E003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.32%
G = 0%
B = 44.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E003F (or 0x4E003F) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 3F. RGB value is (78,0,63). Sum of RGB (Red+Green+Blue) = 78+0+63=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E003F is #B1FFC0. Grayscale: #1E1E1E. Windows color (decimal): -11665345 or 4128846. OLE color: 4128846.

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

Color convert

RGB 78 0 63 -
CMYK 0 1 0.19 0.69
HSL 311.54º 1% 0.15% -
HSV(B) 311.54º 1% 0.31% -
XYZ 4.04 1.98 4.87 -
YUV 30.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 78 0 63 0 1 0.19 0.69 311.54 1 0.15
Hex 4E 0 3F 0 64 13 45 138 64 F
Octal 116 0 77 0 144 23 105 470 144 17
Binary 1001110 0 111111 0 1100100 10011 1000101 100111000 1100100 1111

Color Harmonies of #4E003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E003F

Black with #4E003F

Text Example


Text Example

White with #4E003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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