Html Css Color HEX #4E2ECE Purple Heart

📋 copy color: '#4E2ECE'

red 78 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #4E2ECE

Tints of Purple Heart #4E2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 23.64%
G = 13.94%
B = 62.42%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E2ECE (or 0x4E2ECE) is known color: Purple Heart. HEX triplet: 4E, 2E and CE. RGB value is (78,46,206). Sum of RGB (Red+Green+Blue) = 78+46+206=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ECE is #B1D131. Grayscale: #494949. Windows color (decimal): -11653426 or 13512270. OLE color: 13512270.

HSL color Cylindrical-coordinate representation of color #4E2ECE: hue angle of 252º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2ECE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 46 206 -
CMYK 0.62 0.78 0 0.19
HSL 252º 0.63% 0.49% -
HSV(B) 252º 0.78% 0.81% -
XYZ 15.26 8.03 59.14 -
YUV 73.81 202.6 130.99 -
System Red Green Blue C M Y K H S L
Decimal 78 46 206 0.62 0.78 0 0.19 252 0.63 0.49
Hex 4E 2E CE 3E 4E 0 13 FC 3F 31
Octal 116 56 316 76 116 0 23 374 77 61
Binary 1001110 101110 11001110 111110 1001110 0 10011 11111100 111111 110001

Color Harmonies of #4E2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2ECE

Black with #4E2ECE

Text Example


Text Example

White with #4E2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,206); }

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

background-color css

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

 a { background-color: rgb(78,46,206); }

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

border-color css

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

 span { border-color: rgb(78,46,206); }

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