#5131AE

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

Shades of Purple Heart #5131AE

Tints of Purple Heart #5131AE

Color information

#5131AE (or 0x5131AE) is unknown color: approx Purple Heart. HEX triplet: 51, 31 and AE. RGB value is (81,49,174). Sum of RGB (Red+Green+Blue) = 81+49+174=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #5131AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131AE is #AECE51. Grayscale: #484848. Windows color (decimal): -11456082 or 11415889. OLE color: 11415889.

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

Color convert

RGB8149174-
CMYK0.530.7200.32
HSL255.36º56.05%43.73%-
HSV(B)255.36º71.84%68.24%-
XYZ12.13740.76-
YUV72.82185.1133.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=26.64%
G=16.12%
B=57.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81491740.530.7200.32255.3656.0543.73
Hex5131AE3548020ff382c
Octal12161256651100403777054
Binary1010001110001101011101101011001000010000011111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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