#4E26BE

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

Shades of Purple Heart #4E26BE

Tints of Purple Heart #4E26BE

Color information

#4E26BE (or 0x4E26BE) is unknown color: approx Purple Heart. HEX triplet: 4E, 26 and BE. RGB value is (78,38,190). Sum of RGB (Red+Green+Blue) = 78+38+190=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E26BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E26BE is #B1D941. Grayscale: #424242. Windows color (decimal): -11655490 or 12461646. OLE color: 12461646.

HSL color Cylindrical-coordinate representation of color #4E26BE: hue angle of 255.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E26BE is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7838190-
CMYK0.590.800.25
HSL255.79º66.67%44.71%-
HSV(B)255.79º80%74.51%-
XYZ13.136.7249.32-
YUV67.29197.25135.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=25.49%
G=12.42%
B=62.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78381900.590.800.25255.7966.6744.71
Hex4E26BE3B50019100432d
Octal116462767312003140010355
Binary10011101001101011111011101110100000110011000000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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