#4E26AF

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

Shades of Purple Heart #4E26AF

Tints of Purple Heart #4E26AF

Color information

#4E26AF (or 0x4E26AF) is unknown color: approx Purple Heart. HEX triplet: 4E, 26 and AF. RGB value is (78,38,175). Sum of RGB (Red+Green+Blue) = 78+38+175=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E26AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E26AF is #B1D950. Grayscale: #414141. Windows color (decimal): -11655505 or 11478606. OLE color: 11478606.

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

Color convert

RGB7838175-
CMYK0.550.7800.31
HSL257.52º64.32%41.76%-
HSV(B)257.52º78.29%68.63%-
XYZ11.576.141.13-
YUV65.58189.75136.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=26.80%
G=13.06%
B=60.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78381750.550.7800.31257.5264.3241.76
Hex4E26AF374E01F102402a
Octal116462576711603740210052
Binary10011101001101010111111011110011100111111000000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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