#511BAD

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

Shades of Purple Heart #511BAD

Tints of Purple Heart #511BAD

Color information

#511BAD (or 0x511BAD) is unknown color: approx Purple Heart. HEX triplet: 51, 1B and AD. RGB value is (81,27,173). Sum of RGB (Red+Green+Blue) = 81+27+173=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #511BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BAD is #AEE452. Grayscale: #3B3B3B. Windows color (decimal): -11461715 or 11344721. OLE color: 11344721.

HSL color Cylindrical-coordinate representation of color #511BAD: hue angle of 262.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511BAD is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8127173-
CMYK0.530.8400.32
HSL262.19º73%39.22%-
HSV(B)262.19º84.39%67.84%-
XYZ11.335.5540.01-
YUV59.79191.89143.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=28.83%
G=9.61%
B=61.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81271730.530.8400.32262.197339.22
Hex511BAD35540201064927
Octal121332556512404040611147
Binary10100011101110101101110101101010001000001000001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,27,173); }

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

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

 a { background-color: rgb(81,27,173); }

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

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

 span { border-color: rgb(81,27,173); }

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