Html Css Color HEX #4E0ACE Purple Heart

📋 copy color: '#4E0ACE'

red 78 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #4E0ACE

Tints of Purple Heart #4E0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

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

R = 26.53%
G = 3.4%
B = 70.07%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E0ACE (or 0x4E0ACE) is known color: Purple Heart. HEX triplet: 4E, 0A and CE. RGB value is (78,10,206). Sum of RGB (Red+Green+Blue) = 78+10+206=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ACE is #B1F531. Grayscale: #333333. Windows color (decimal): -11662642 or 13503054. OLE color: 13503054.

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

Color convert

RGB 78 10 206 -
CMYK 0.62 0.95 0 0.19
HSL 260.82º 0.91% 0.42% -
HSV(B) 260.82º 0.95% 0.81% -
XYZ 14.39 6.29 58.85 -
YUV 52.68 214.53 146.06 -
System Red Green Blue C M Y K H S L
Decimal 78 10 206 0.62 0.95 0 0.19 260.82 0.91 0.42
Hex 4E A CE 3E 5F 0 13 105 5B 2A
Octal 116 12 316 76 137 0 23 405 133 52
Binary 1001110 1010 11001110 111110 1011111 0 10011 100000101 1011011 101010

Color Harmonies of #4E0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0ACE

Black with #4E0ACE

Text Example


Text Example

White with #4E0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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