#5026AB

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

Shades of Purple Heart #5026AB

Tints of Purple Heart #5026AB

Color information

#5026AB (or 0x5026AB) is unknown color: approx Purple Heart. HEX triplet: 50, 26 and AB. RGB value is (80,38,171). Sum of RGB (Red+Green+Blue) = 80+38+171=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5026AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5026AB is #AFD954. Grayscale: #414141. Windows color (decimal): -11524437 or 11216464. OLE color: 11216464.

HSL color Cylindrical-coordinate representation of color #5026AB: hue angle of 258.95º 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 #5026AB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8038171-
CMYK0.530.7800.33
HSL258.95º63.64%40.98%-
HSV(B)258.95º77.78%67.06%-
XYZ11.356.0339.09-
YUV65.72187.41138.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=27.68%
G=13.15%
B=59.17%

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
Decimal80381710.530.7800.33258.9563.6440.98
Hex5026AB354E0211034029
Octal120462536511604140310051
Binary101000010011010101011110101100111001000011000000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5026AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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