#5126AB

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

Shades of Purple Heart #5126AB

Tints of Purple Heart #5126AB

Color information

#5126AB (or 0x5126AB) is unknown color: approx Purple Heart. HEX triplet: 51, 26 and AB. RGB value is (81,38,171). Sum of RGB (Red+Green+Blue) = 81+38+171=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #5126AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5126AB is #AED954. Grayscale: #414141. Windows color (decimal): -11458901 or 11216465. OLE color: 11216465.

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

Color convert

RGB8138171-
CMYK0.530.7800.33
HSL259.4º63.64%40.98%-
HSV(B)259.4º77.78%67.06%-
XYZ11.446.0839.1-
YUV66.02187.25138.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=27.93%
G=13.10%
B=58.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81381710.530.7800.33259.463.6440.98
Hex5126AB354E0211034029
Octal121462536511604140310051
Binary101000110011010101011110101100111001000011000000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5126AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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