#5431DE

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

Shades of Purple Heart #5431DE

Tints of Purple Heart #5431DE

Color information

#5431DE (or 0x5431DE) is unknown color: approx Purple Heart. HEX triplet: 54, 31 and DE. RGB value is (84,49,222). Sum of RGB (Red+Green+Blue) = 84+49+222=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #5431DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5431DE is #ABCE21. Grayscale: #4E4E4E. Windows color (decimal): -11259426 or 14561620. OLE color: 14561620.

HSL color Cylindrical-coordinate representation of color #5431DE: hue angle of 252.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5431DE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8449222-
CMYK0.620.7800.13
HSL252.14º72.38%53.14%-
HSV(B)252.14º77.93%87.06%-
XYZ17.949.3669.97-
YUV79.19208.6131.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 222 (87.11% from 255) = 62.54%
R=23.66%
G=13.80%
B=62.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84492220.620.7800.13252.1472.3853.14
Hex5431DE3E4E0Dfc4835
Octal124613367611601537411065
Binary101010011000111011110111110100111001101111111001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5431DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5431DE; }

 p { color: rgb(84,49,222); }

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

<style>
 a { background-color: #5431DE; }

 a { background-color: rgb(84,49,222); }

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

<style>
 span { border-color: #5431DE; }

 span { border-color: rgb(84,49,222); }

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