#5631DE

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

Shades of Purple Heart #5631DE

Tints of Purple Heart #5631DE

Color information

#5631DE (or 0x5631DE) is unknown color: approx Purple Heart. HEX triplet: 56, 31 and DE. RGB value is (86,49,222). Sum of RGB (Red+Green+Blue) = 86+49+222=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #5631DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631DE is #A9CE21. Grayscale: #4F4F4F. Windows color (decimal): -11128354 or 14561622. OLE color: 14561622.

HSL color Cylindrical-coordinate representation of color #5631DE: hue angle of 252.83º 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 #5631DE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8649222-
CMYK0.610.7800.13
HSL252.83º72.38%53.14%-
HSV(B)252.83º77.93%87.06%-
XYZ18.129.4569.98-
YUV79.78208.26132.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 222 (87.11% from 255) = 62.18%
R=24.09%
G=13.73%
B=62.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86492220.610.7800.13252.8372.3853.14
Hex5631DE3D4E0Dfd4835
Octal126613367511601537511065
Binary101011011000111011110111101100111001101111111011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5631DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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