#5119AB

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

Shades of Purple Heart #5119AB

Tints of Purple Heart #5119AB

Color information

#5119AB (or 0x5119AB) is unknown color: approx Purple Heart. HEX triplet: 51, 19 and AB. RGB value is (81,25,171). Sum of RGB (Red+Green+Blue) = 81+25+171=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5119AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5119AB is #AEE654. Grayscale: #393939. Windows color (decimal): -11462229 or 11213137. OLE color: 11213137.

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

Color convert

RGB8125171-
CMYK0.530.8500.33
HSL263.01º74.49%38.43%-
HSV(B)263.01º85.38%67.06%-
XYZ11.095.3838.98-
YUV58.39191.55144.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=29.24%
G=9.03%
B=61.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81251710.530.8500.33263.0174.4938.43
Hex5119AB35550211074a26
Octal121312536512504140711246
Binary10100011100110101011110101101010101000011000001111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5119AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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