#4E26AB

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

Shades of Purple Heart #4E26AB

Tints of Purple Heart #4E26AB

Color information

#4E26AB (or 0x4E26AB) is unknown color: approx Purple Heart. HEX triplet: 4E, 26 and AB. RGB value is (78,38,171). Sum of RGB (Red+Green+Blue) = 78+38+171=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E26AB is #B1D954. Grayscale: #404040. Windows color (decimal): -11655509 or 11216462. OLE color: 11216462.

HSL color Cylindrical-coordinate representation of color #4E26AB: hue angle of 258.05º 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 #4E26AB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7838171-
CMYK0.540.7800.33
HSL258.05º63.64%40.98%-
HSV(B)258.05º77.78%67.06%-
XYZ11.195.9539.09-
YUV65.12187.75137.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=27.18%
G=13.24%
B=59.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78381710.540.7800.33258.0563.6440.98
Hex4E26AB364E0211024029
Octal116462536611604140210051
Binary100111010011010101011110110100111001000011000000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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