#511BB1

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

Shades of Purple Heart #511BB1

Tints of Purple Heart #511BB1

Color information

#511BB1 (or 0x511BB1) is unknown color: approx Purple Heart. HEX triplet: 51, 1B and B1. RGB value is (81,27,177). Sum of RGB (Red+Green+Blue) = 81+27+177=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #511BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BB1 is #AEE44E. Grayscale: #3B3B3B. Windows color (decimal): -11461711 or 11606865. OLE color: 11606865.

HSL color Cylindrical-coordinate representation of color #511BB1: hue angle of 261.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511BB1 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8127177-
CMYK0.540.8500.31
HSL261.6º73.53%40%-
HSV(B)261.6º84.75%69.41%-
XYZ11.725.7142.08-
YUV60.25193.89142.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=28.42%
G=9.47%
B=62.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81271770.540.8500.31261.673.5340
Hex511BB1365501F1064a28
Octal121332616612503740611250
Binary1010001110111011000111011010101010111111000001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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