#511cbb

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

Shades of Purple Heart #511CBB

Tints of Purple Heart #511CBB

Color information

#511CBB (or 0x511CBB) is unknown color: approx Purple Heart. HEX triplet: 51, 1C and BB. RGB value is (81,28,187). Sum of RGB (Red+Green+Blue) = 81+28+187=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #511CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CBB is #AEE344. Grayscale: #3D3D3D. Windows color (decimal): -11461445 or 12262481. OLE color: 12262481.

HSL color Cylindrical-coordinate representation of color #511CBB: hue angle of 260º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511CBB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8128187-
CMYK0.570.8500.27
HSL260º73.95%42.16%-
HSV(B)260º85.03%73.33%-
XYZ12.786.1747.53-
YUV61.97198.56141.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 187 (73.44% from 255) = 63.18%
R=27.36%
G=9.46%
B=63.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81281870.570.8500.2726073.9542.16
Hex511CBB395501B1044a2a
Octal121342737112503340411252
Binary1010001111001011101111100110101010110111000001001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,28,187); }

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

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

 a { background-color: rgb(81,28,187); }

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

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

 span { border-color: rgb(81,28,187); }

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