Html Css Color HEX #4E0ED1 Purple Heart

📋 copy color: '#4E0ED1'

red 78 ◦ green 14 ◦ blue 209

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

Shades of Purple Heart #4E0ED1

Tints of Purple Heart #4E0ED1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 209 (82.03% from 255) = 69.44%

R = 25.91%
G = 4.65%
B = 69.44%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4E0ED1 (or 0x4E0ED1) is known color: Purple Heart. HEX triplet: 4E, 0E and D1. RGB value is (78,14,209). Sum of RGB (Red+Green+Blue) = 78+14+209=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E0ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ED1 is #B1F12E. Grayscale: #363636. Windows color (decimal): -11661615 or 13700686. OLE color: 13700686.

HSL color Cylindrical-coordinate representation of color #4E0ED1: hue angle of 259.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0ED1 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 14 209 -
CMYK 0.63 0.93 0 0.18
HSL 259.69º 0.87% 0.44% -
HSV(B) 259.69º 0.93% 0.82% -
XYZ 14.81 6.54 60.8 -
YUV 55.37 214.7 144.14 -
System Red Green Blue C M Y K H S L
Decimal 78 14 209 0.63 0.93 0 0.18 259.69 0.87 0.44
Hex 4E E D1 3F 5D 0 12 104 57 2C
Octal 116 16 321 77 135 0 22 404 127 54
Binary 1001110 1110 11010001 111111 1011101 0 10010 100000100 1010111 101100

Color Harmonies of #4E0ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0ED1

Black with #4E0ED1

Text Example


Text Example

White with #4E0ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,14,209); }

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

background-color css

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

 a { background-color: rgb(78,14,209); }

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

border-color css

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

 span { border-color: rgb(78,14,209); }

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