#5E3ED7

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

Shades of Purple Heart #5E3ED7

Tints of Purple Heart #5E3ED7

Color information

#5E3ED7 (or 0x5E3ED7) is unknown color: approx Purple Heart. HEX triplet: 5E, 3E and D7. RGB value is (94,62,215). Sum of RGB (Red+Green+Blue) = 94+62+215=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E3ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ED7 is #A1C128. Grayscale: #585858. Windows color (decimal): -10600745 or 14106206. OLE color: 14106206.

HSL color Cylindrical-coordinate representation of color #5E3ED7: hue angle of 252.55º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3ED7 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9462215-
CMYK0.560.7100.16
HSL252.55º65.67%54.31%-
HSV(B)252.55º71.16%84.31%-
XYZ18.610.7365.38-
YUV89.01199.1131.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.34%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 215 (84.38% from 255) = 57.95%
R=25.34%
G=16.71%
B=57.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal94622150.560.7100.16252.5565.6754.31
Hex5E3ED73847010fd4236
Octal136763277010702037510266
Binary1011110111110110101111110001000111010000111111011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,62,215); }

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

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

 a { background-color: rgb(94,62,215); }

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

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

 span { border-color: rgb(94,62,215); }

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