#4E34C2

Color #4E34C2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4E34C2

Tints of Purple Heart #4E34C2

Color information

#4E34C2 (or 0x4E34C2) is unknown color: approx Purple Heart. HEX triplet: 4E, 34 and C2. RGB value is (78,52,194). Sum of RGB (Red+Green+Blue) = 78+52+194=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #4E34C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E34C2 is #B1CB3D. Grayscale: #4B4B4B. Windows color (decimal): -11651902 or 12727374. OLE color: 12727374.

HSL color Cylindrical-coordinate representation of color #4E34C2: hue angle of 250.99º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E34C2 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7852194-
CMYK0.600.7300.24
HSL250.99º57.72%48.24%-
HSV(B)250.99º73.2%76.08%-
XYZ14.117.9751.83-
YUV75.96194.61129.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 194 (76.17% from 255) = 59.88%
R=24.07%
G=16.05%
B=59.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal78521940.600.7300.24250.9957.7248.24
Hex4E34C23C49018fb3a30
Octal11664302741110303737260
Binary100111011010011000010111100100100101100011111011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E34C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,194); }

 H1.HeaderClassName
 {
   color: #4E34C2;
 }
 .AnyTagClassName
 {
   color: #4E34C2;
 }
</style>
background-color css

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

 a { background-color: rgb(78,52,194); }

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

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

 span { border-color: rgb(78,52,194); }

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