#5131AB

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

Shades of Purple Heart #5131AB

Tints of Purple Heart #5131AB

Color information

#5131AB (or 0x5131AB) is unknown color: approx Purple Heart. HEX triplet: 51, 31 and AB. RGB value is (81,49,171). Sum of RGB (Red+Green+Blue) = 81+49+171=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5131AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131AB is #AECE54. Grayscale: #484848. Windows color (decimal): -11456085 or 11219281. OLE color: 11219281.

HSL color Cylindrical-coordinate representation of color #5131AB: hue angle of 255.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5131AB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8149171-
CMYK0.530.7100.33
HSL255.74º55.45%43.14%-
HSV(B)255.74º71.35%67.06%-
XYZ11.846.8939.23-
YUV72.48183.6134.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=26.91%
G=16.28%
B=56.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81491710.530.7100.33255.7455.4543.14
Hex5131AB3547021100372b
Octal12161253651070414006753
Binary10100011100011010101111010110001110100001100000000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5131AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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