#5E26BF

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

Shades of Purple Heart #5E26BF

Tints of Purple Heart #5E26BF

Color information

#5E26BF (or 0x5E26BF) is unknown color: approx Purple Heart. HEX triplet: 5E, 26 and BF. RGB value is (94,38,191). Sum of RGB (Red+Green+Blue) = 94+38+191=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E26BF is #A1D940. Grayscale: #474747. Windows color (decimal): -10606913 or 12527198. OLE color: 12527198.

HSL color Cylindrical-coordinate representation of color #5E26BF: hue angle of 261.96º 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 #5E26BF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9438191-
CMYK0.510.8000.25
HSL261.96º66.81%44.9%-
HSV(B)261.96º80.1%74.9%-
XYZ14.717.5349.97-
YUV72.19195.05143.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 191 (75% from 255) = 59.13%
R=29.10%
G=11.76%
B=59.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94381910.510.8000.25261.9666.8144.9
Hex5E26BF3350019106432d
Octal136462776312003140610355
Binary10111101001101011111111001110100000110011000001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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