#5E2DD1

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

Shades of Purple Heart #5E2DD1

Tints of Purple Heart #5E2DD1

Color information

#5E2DD1 (or 0x5E2DD1) is unknown color: approx Purple Heart. HEX triplet: 5E, 2D and D1. RGB value is (94,45,209). Sum of RGB (Red+Green+Blue) = 94+45+209=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #5E2DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2DD1 is #A1D22E. Grayscale: #4D4D4D. Windows color (decimal): -10605103 or 13708638. OLE color: 13708638.

HSL color Cylindrical-coordinate representation of color #5E2DD1: hue angle of 257.93º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2DD1 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9445209-
CMYK0.550.7800.18
HSL257.93º64.57%49.8%-
HSV(B)257.93º78.47%81.96%-
XYZ17.068.8661.13-
YUV78.35201.73139.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 209 (82.03% from 255) = 60.06%
R=27.01%
G=12.93%
B=60.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94452090.550.7800.18257.9364.5749.8
Hex5E2DD1374E0121024132
Octal136553216711602240210162
Binary10111101011011101000111011110011100100101000000101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,45,209); }

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

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

 a { background-color: rgb(94,45,209); }

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

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

 span { border-color: rgb(94,45,209); }

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