#5631AE

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

Shades of Purple Heart #5631AE

Tints of Purple Heart #5631AE

Color information

#5631AE (or 0x5631AE) is unknown color: approx Purple Heart. HEX triplet: 56, 31 and AE. RGB value is (86,49,174). Sum of RGB (Red+Green+Blue) = 86+49+174=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5631AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5631AE is #A9CE51. Grayscale: #494949. Windows color (decimal): -11128402 or 11415894. OLE color: 11415894.

HSL color Cylindrical-coordinate representation of color #5631AE: hue angle of 257.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5631AE is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8649174-
CMYK0.510.7200.32
HSL257.76º56.05%43.73%-
HSV(B)257.76º71.84%68.24%-
XYZ12.587.2340.78-
YUV74.31184.26136.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=27.83%
G=15.86%
B=56.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86491740.510.7200.32257.7656.0543.73
Hex5631AE3348020102382c
Octal12661256631100404027054
Binary10101101100011010111011001110010000100000100000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5631AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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