#511ABF

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

Shades of Purple Heart #511ABF

Tints of Purple Heart #511ABF

Color information

#511ABF (or 0x511ABF) is unknown color: approx Purple Heart. HEX triplet: 51, 1A and BF. RGB value is (81,26,191). Sum of RGB (Red+Green+Blue) = 81+26+191=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #511ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ABF is #AEE540. Grayscale: #3C3C3C. Windows color (decimal): -11461953 or 12524113. OLE color: 12524113.

HSL color Cylindrical-coordinate representation of color #511ABF: hue angle of 260º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511ABF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8126191-
CMYK0.580.8600.25
HSL260º76.04%42.55%-
HSV(B)260º86.39%74.9%-
XYZ13.176.2549.8-
YUV61.26201.22142.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 191 (75% from 255) = 64.09%
R=27.18%
G=8.72%
B=64.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81261910.580.8600.2526076.0442.55
Hex511ABF3A560191044c2b
Octal121322777212603140411453
Binary1010001110101011111111101010101100110011000001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511ABF; }

 p { color: rgb(81,26,191); }

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

<style>
 a { background-color: #511ABF; }

 a { background-color: rgb(81,26,191); }

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

<style>
 span { border-color: #511ABF; }

 span { border-color: rgb(81,26,191); }

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