#5126AA

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

Shades of Purple Heart #5126AA

Tints of Purple Heart #5126AA

Color information

#5126AA (or 0x5126AA) is unknown color: approx Purple Heart. HEX triplet: 51, 26 and AA. RGB value is (81,38,170). Sum of RGB (Red+Green+Blue) = 81+38+170=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #5126AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5126AA is #AED955. Grayscale: #414141. Windows color (decimal): -11458902 or 11150929. OLE color: 11150929.

HSL color Cylindrical-coordinate representation of color #5126AA: hue angle of 259.55º degrees, saturation: 0.63, 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 #5126AA is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8138170-
CMYK0.520.7800.33
HSL259.55º63.46%40.78%-
HSV(B)259.55º77.65%66.67%-
XYZ11.346.0438.6-
YUV65.9186.75138.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=28.03%
G=13.15%
B=58.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81381700.520.7800.33259.5563.4640.78
Hex5126AA344E0211043f29
Octal12146252641160414047751
Binary10100011001101010101011010010011100100001100000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5126AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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