#5E3AD1

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

Shades of Purple Heart #5E3AD1

Tints of Purple Heart #5E3AD1

Color information

#5E3AD1 (or 0x5E3AD1) is unknown color: approx Purple Heart. HEX triplet: 5E, 3A and D1. RGB value is (94,58,209). Sum of RGB (Red+Green+Blue) = 94+58+209=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #5E3AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3AD1 is #A1C52E. Grayscale: #555555. Windows color (decimal): -10601775 or 13711966. OLE color: 13711966.

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

Color convert

RGB9458209-
CMYK0.550.7200.18
HSL254.3º62.14%52.35%-
HSV(B)254.3º72.25%81.96%-
XYZ17.6410.0161.32-
YUV85.98197.43133.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 209 (82.03% from 255) = 57.89%
R=26.04%
G=16.07%
B=57.89%

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
Decimal94582090.550.7200.18254.362.1452.35
Hex5E3AD13748012fe3e34
Octal13672321671100223767664
Binary101111011101011010001110111100100001001011111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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