#5128AF

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

Shades of Purple Heart #5128AF

Tints of Purple Heart #5128AF

Color information

#5128AF (or 0x5128AF) is unknown color: approx Purple Heart. HEX triplet: 51, 28 and AF. RGB value is (81,40,175). Sum of RGB (Red+Green+Blue) = 81+40+175=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #5128AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5128AF is #AED750. Grayscale: #434343. Windows color (decimal): -11458385 or 11479121. OLE color: 11479121.

HSL color Cylindrical-coordinate representation of color #5128AF: hue angle of 258.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5128AF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8140175-
CMYK0.540.7700.31
HSL258.22º62.79%42.16%-
HSV(B)258.22º77.14%68.63%-
XYZ11.896.3641.16-
YUV67.65188.58137.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 175 (68.75% from 255) = 59.12%
R=27.36%
G=13.51%
B=59.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81401750.540.7700.31258.2262.7942.16
Hex5128AF364D01F1023f2a
Octal12150257661150374027752
Binary1010001101000101011111101101001101011111100000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5128AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5128AF; }

 p { color: rgb(81,40,175); }

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

<style>
 a { background-color: #5128AF; }

 a { background-color: rgb(81,40,175); }

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

<style>
 span { border-color: #5128AF; }

 span { border-color: rgb(81,40,175); }

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