#5E1FD0

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

Shades of Purple Heart #5E1FD0

Tints of Purple Heart #5E1FD0

Color information

#5E1FD0 (or 0x5E1FD0) is unknown color: approx Purple Heart. HEX triplet: 5E, 1F and D0. RGB value is (94,31,208). Sum of RGB (Red+Green+Blue) = 94+31+208=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E1FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FD0 is #A1E02F. Grayscale: #454545. Windows color (decimal): -10608688 or 13639518. OLE color: 13639518.

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

Color convert

RGB9431208-
CMYK0.550.8500.18
HSL261.36º74.06%46.86%-
HSV(B)261.36º85.1%81.57%-
XYZ16.497.9160.33-
YUV70.02205.87145.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 208 (81.64% from 255) = 62.46%
R=28.23%
G=9.31%
B=62.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94312080.550.8500.18261.3674.0646.86
Hex5E1FD037550121054a2f
Octal136373206712502240511257
Binary1011110111111101000011011110101010100101000001011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,31,208); }

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

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

 a { background-color: rgb(94,31,208); }

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

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

 span { border-color: rgb(94,31,208); }

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