#4E26AC

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

Shades of Purple Heart #4E26AC

Tints of Purple Heart #4E26AC

Color information

#4E26AC (or 0x4E26AC) is unknown color: approx Purple Heart. HEX triplet: 4E, 26 and AC. RGB value is (78,38,172). Sum of RGB (Red+Green+Blue) = 78+38+172=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E26AC is #B1D953. Grayscale: #404040. Windows color (decimal): -11655508 or 11281998. OLE color: 11281998.

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

Color convert

RGB7838172-
CMYK0.550.7800.33
HSL257.91º63.81%41.18%-
HSV(B)257.91º77.91%67.45%-
XYZ11.285.9839.59-
YUV65.24188.25137.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 172 (67.58% from 255) = 59.72%
R=27.08%
G=13.19%
B=59.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78381720.550.7800.33257.9163.8141.18
Hex4E26AC374E0211024029
Octal116462546711604140210051
Binary100111010011010101100110111100111001000011000000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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