#5E2AB5

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

Shades of Purple Heart #5E2AB5

Tints of Purple Heart #5E2AB5

Color information

#5E2AB5 (or 0x5E2AB5) is unknown color: approx Purple Heart. HEX triplet: 5E, 2A and B5. RGB value is (94,42,181). Sum of RGB (Red+Green+Blue) = 94+42+181=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E2AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2AB5 is #A1D54A. Grayscale: #484848. Windows color (decimal): -10605899 or 11872862. OLE color: 11872862.

HSL color Cylindrical-coordinate representation of color #5E2AB5: hue angle of 262.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2AB5 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9442181-
CMYK0.480.7700.29
HSL262.45º62.33%43.73%-
HSV(B)262.45º76.8%70.98%-
XYZ13.787.3744.41-
YUV73.39188.73142.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=29.65%
G=13.25%
B=57.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal94421810.480.7700.29262.4562.3343.73
Hex5E2AB5304D01D1063e2c
Octal13652265601150354067654
Binary1011110101010101101011100001001101011101100000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,42,181); }

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

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

 a { background-color: rgb(94,42,181); }

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

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

 span { border-color: rgb(94,42,181); }

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