#5e3ad2

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

Shades of Purple Heart #5E3AD2

Tints of Purple Heart #5E3AD2

Color information

#5E3AD2 (or 0x5E3AD2) is unknown color: approx Purple Heart. HEX triplet: 5E, 3A and D2. RGB value is (94,58,210). Sum of RGB (Red+Green+Blue) = 94+58+210=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 210 (82.42% from 255 or 58.01% from 362); Max value from RGB is 210 - color contains mainly: blue. Hex color #5E3AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3AD2 is #A1C52D. Grayscale: #555555. Windows color (decimal): -10601774 or 13777502. OLE color: 13777502.

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

Color convert

RGB9458210-
CMYK0.550.7200.18
HSL254.21º62.81%52.55%-
HSV(B)254.21º72.38%82.35%-
XYZ17.7610.0661.98-
YUV86.09197.93133.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 210 (82.42% from 255) = 58.01%
R=25.97%
G=16.02%
B=58.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94582100.550.7200.18254.2162.8152.55
Hex5E3AD23748012fe3f35
Octal13672322671100223767765
Binary101111011101011010010110111100100001001011111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e3ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,210); }

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

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

 a { background-color: rgb(94,58,210); }

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

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

 span { border-color: rgb(94,58,210); }

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