#511bc4

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

Shades of Purple Heart #511BC4

Tints of Purple Heart #511BC4

Color information

#511BC4 (or 0x511BC4) is unknown color: approx Purple Heart. HEX triplet: 51, 1B and C4. RGB value is (81,27,196). Sum of RGB (Red+Green+Blue) = 81+27+196=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #511BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC4 is #AEE43B. Grayscale: #3D3D3D. Windows color (decimal): -11461692 or 12852049. OLE color: 12852049.

HSL color Cylindrical-coordinate representation of color #511BC4: hue angle of 259.17º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BC4 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8127196-
CMYK0.590.8600.23
HSL259.17º75.78%43.73%-
HSV(B)259.17º86.22%76.86%-
XYZ13.756.5252.76-
YUV62.41203.39141.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 27 (10.94% from 255) = 8.88%
BLUE value IS 196 (76.95% from 255) = 64.47%
R=26.64%
G=8.88%
B=64.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81271960.590.8600.23259.1775.7843.73
Hex511BC43B560171034c2c
Octal121333047312602740311454
Binary1010001110111100010011101110101100101111000000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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