#5E26AB

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

Shades of Purple Heart #5E26AB

Tints of Purple Heart #5E26AB

Color information

#5E26AB (or 0x5E26AB) is unknown color: approx Purple Heart. HEX triplet: 5E, 26 and AB. RGB value is (94,38,171). Sum of RGB (Red+Green+Blue) = 94+38+171=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E26AB is #A1D954. Grayscale: #454545. Windows color (decimal): -10606933 or 11216478. OLE color: 11216478.

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

Color convert

RGB9438171-
CMYK0.450.7800.33
HSL265.26º63.64%40.98%-
HSV(B)265.26º77.78%67.06%-
XYZ12.666.7139.16-
YUV69.91185.05145.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=31.02%
G=12.54%
B=56.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94381710.450.7800.33265.2663.6440.98
Hex5E26AB2D4E0211094029
Octal136462535511604141110051
Binary101111010011010101011101101100111001000011000010011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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