#4E26CA

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

Shades of Purple Heart #4E26CA

Tints of Purple Heart #4E26CA

Color information

#4E26CA (or 0x4E26CA) is unknown color: approx Purple Heart. HEX triplet: 4E, 26 and CA. RGB value is (78,38,202). Sum of RGB (Red+Green+Blue) = 78+38+202=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E26CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E26CA is #B1D935. Grayscale: #444444. Windows color (decimal): -11655478 or 13248078. OLE color: 13248078.

HSL color Cylindrical-coordinate representation of color #4E26CA: hue angle of 254.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E26CA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7838202-
CMYK0.610.8100.21
HSL254.63º68.33%47.06%-
HSV(B)254.63º81.19%79.22%-
XYZ14.57.2756.52-
YUV68.66203.25134.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=24.53%
G=11.95%
B=63.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78382020.610.8100.21254.6368.3347.06
Hex4E26CA3D51015ff442f
Octal116463127512102537710457
Binary1001110100110110010101111011010001010101111111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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