#511BC2

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

Shades of Purple Heart #511BC2

Tints of Purple Heart #511BC2

Color information

#511BC2 (or 0x511BC2) is unknown color: approx Purple Heart. HEX triplet: 51, 1B and C2. RGB value is (81,27,194). Sum of RGB (Red+Green+Blue) = 81+27+194=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #511BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC2 is #AEE43D. Grayscale: #3D3D3D. Windows color (decimal): -11461694 or 12720977. OLE color: 12720977.

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

Color convert

RGB8127194-
CMYK0.580.8600.24
HSL259.4º75.57%43.33%-
HSV(B)259.4º86.08%76.08%-
XYZ13.526.4351.57-
YUV62.18202.39141.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 194 (76.17% from 255) = 64.24%
R=26.82%
G=8.94%
B=64.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81271940.580.8600.24259.475.5743.33
Hex511BC23A560181034c2b
Octal121333027212603040311453
Binary1010001110111100001011101010101100110001000000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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