Html Css Color HEX #4E0CAE Purple Heart

📋 copy color: '#4E0CAE'

red 78 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #4E0CAE

Tints of Purple Heart #4E0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 29.55%
G = 4.55%
B = 65.91%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E0CAE (or 0x4E0CAE) is known color: Purple Heart. HEX triplet: 4E, 0C and AE. RGB value is (78,12,174). Sum of RGB (Red+Green+Blue) = 78+12+174=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0CAE is #B1F351. Grayscale: #313131. Windows color (decimal): -11662162 or 11406414. OLE color: 11406414.

HSL color Cylindrical-coordinate representation of color #4E0CAE: hue angle of 264.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0CAE is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 12 174 -
CMYK 0.55 0.93 0 0.32
HSL 264.44º 0.87% 0.36% -
HSV(B) 264.44º 0.93% 0.68% -
XYZ 10.91 4.94 40.42 -
YUV 50.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 78 12 174 0.55 0.93 0 0.32 264.44 0.87 0.36
Hex 4E C AE 37 5D 0 20 108 57 24
Octal 116 14 256 67 135 0 40 410 127 44
Binary 1001110 1100 10101110 110111 1011101 0 100000 100001000 1010111 100100

Color Harmonies of #4E0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0CAE

Black with #4E0CAE

Text Example


Text Example

White with #4E0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,12,174); }

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

background-color css

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

 a { background-color: rgb(78,12,174); }

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

border-color css

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

 span { border-color: rgb(78,12,174); }

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