#5124aa

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

Shades of Purple Heart #5124AA

Tints of Purple Heart #5124AA

Color information

#5124AA (or 0x5124AA) is unknown color: approx Purple Heart. HEX triplet: 51, 24 and AA. RGB value is (81,36,170). Sum of RGB (Red+Green+Blue) = 81+36+170=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #5124AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5124AA is #AEDB55. Grayscale: #404040. Windows color (decimal): -11459414 or 11150417. OLE color: 11150417.

HSL color Cylindrical-coordinate representation of color #5124AA: hue angle of 260.15º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5124AA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8136170-
CMYK0.520.7900.33
HSL260.15º65.05%40.39%-
HSV(B)260.15º78.82%66.67%-
XYZ11.285.9138.58-
YUV64.73187.41139.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=28.22%
G=12.54%
B=59.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81361700.520.7900.33260.1565.0540.39
Hex5124AA344F0211044128
Octal121442526411704140410150
Binary101000110010010101010110100100111101000011000001001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5124aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5124aa; }

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

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

<style>
 a { background-color: #5124aa; }

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

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

<style>
 span { border-color: #5124aa; }

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

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