#4E1FAC

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

Shades of Purple Heart #4E1FAC

Tints of Purple Heart #4E1FAC

Color information

#4E1FAC (or 0x4E1FAC) is unknown color: approx Purple Heart. HEX triplet: 4E, 1F and AC. RGB value is (78,31,172). Sum of RGB (Red+Green+Blue) = 78+31+172=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1FAC is #B1E053. Grayscale: #3C3C3C. Windows color (decimal): -11657300 or 11280206. OLE color: 11280206.

HSL color Cylindrical-coordinate representation of color #4E1FAC: hue angle of 260º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1FAC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7831172-
CMYK0.550.8200.33
HSL260º69.46%39.8%-
HSV(B)260º81.98%67.45%-
XYZ11.085.5839.52-
YUV61.13190.57140.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 31 (12.5% from 255) = 11.03%
BLUE value IS 172 (67.58% from 255) = 61.21%
R=27.76%
G=11.03%
B=61.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78311720.550.8200.3326069.4639.8
Hex4E1FAC37520211044528
Octal116372546712204140410550
Binary10011101111110101100110111101001001000011000001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,172); }

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

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

 a { background-color: rgb(78,31,172); }

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

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

 span { border-color: rgb(78,31,172); }

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