#5731AE

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

Shades of Purple Heart #5731AE

Tints of Purple Heart #5731AE

Color information

#5731AE (or 0x5731AE) is unknown color: approx Purple Heart. HEX triplet: 57, 31 and AE. RGB value is (87,49,174). Sum of RGB (Red+Green+Blue) = 87+49+174=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5731AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5731AE is #A8CE51. Grayscale: #4A4A4A. Windows color (decimal): -11062866 or 11415895. OLE color: 11415895.

HSL color Cylindrical-coordinate representation of color #5731AE: hue angle of 258.24º 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 #5731AE is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8749174-
CMYK0.50.7200.32
HSL258.24º56.05%43.73%-
HSV(B)258.24º71.84%68.24%-
XYZ12.677.2840.78-
YUV74.61184.09136.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=28.06%
G=15.81%
B=56.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87491740.50.7200.32258.2456.0543.73
Hex5731AE3248020102382c
Octal12761256621100404027054
Binary10101111100011010111011001010010000100000100000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5731AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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