#5E3BE0

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

Shades of Purple Heart #5E3BE0

Tints of Purple Heart #5E3BE0

Color information

#5E3BE0 (or 0x5E3BE0) is unknown color: approx Purple Heart. HEX triplet: 5E, 3B and E0. RGB value is (94,59,224). Sum of RGB (Red+Green+Blue) = 94+59+224=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E3BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BE0 is #A1C41F. Grayscale: #575757. Windows color (decimal): -10601504 or 14695262. OLE color: 14695262.

HSL color Cylindrical-coordinate representation of color #5E3BE0: hue angle of 252.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E3BE0 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9459224-
CMYK0.580.7400.12
HSL252.73º72.69%55.49%-
HSV(B)252.73º73.66%87.84%-
XYZ19.6310.8971.59-
YUV88.28204.6132.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 224 (87.89% from 255) = 59.42%
R=24.93%
G=15.65%
B=59.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal94592240.580.7400.12252.7372.6955.49
Hex5E3BE03A4A0Cfd4937
Octal136733407211201437511167
Binary101111011101111100000111010100101001100111111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,59,224); }

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

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

 a { background-color: rgb(94,59,224); }

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

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

 span { border-color: rgb(94,59,224); }

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