#5137AE

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

Shades of Purple Heart #5137AE

Tints of Purple Heart #5137AE

Color information

#5137AE (or 0x5137AE) is unknown color: approx Purple Heart. HEX triplet: 51, 37 and AE. RGB value is (81,55,174). Sum of RGB (Red+Green+Blue) = 81+55+174=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 55 (21.88% from 255 or 17.74% 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 #5137AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5137AE is #AEC851. Grayscale: #4B4B4B. Windows color (decimal): -11454546 or 11417425. OLE color: 11417425.

HSL color Cylindrical-coordinate representation of color #5137AE: hue angle of 253.11º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5137AE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8155174-
CMYK0.530.6800.32
HSL253.11º51.97%44.9%-
HSV(B)253.11º68.39%68.24%-
XYZ12.47.5440.85-
YUV76.34183.11131.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=26.13%
G=17.74%
B=56.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81551740.530.6800.32253.1151.9744.9
Hex5137AE3544020fd342d
Octal12167256651040403756455
Binary1010001110111101011101101011000100010000011111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5137AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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