#5114B6

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

Shades of Purple Heart #5114B6

Tints of Purple Heart #5114B6

Color information

#5114B6 (or 0x5114B6) is unknown color: approx Purple Heart. HEX triplet: 51, 14 and B6. RGB value is (81,20,182). Sum of RGB (Red+Green+Blue) = 81+20+182=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #5114B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5114B6 is #AEEB49. Grayscale: #383838. Windows color (decimal): -11463498 or 11932753. OLE color: 11932753.

HSL color Cylindrical-coordinate representation of color #5114B6: hue angle of 262.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5114B6 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8120182-
CMYK0.550.8900.29
HSL262.59º80.2%39.61%-
HSV(B)262.59º89.01%71.37%-
XYZ12.095.6344.71-
YUV56.71198.71145.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=28.62%
G=7.07%
B=64.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81201820.550.8900.29262.5980.239.61
Hex5114B6375901D1075028
Octal121242666713103540712050
Binary1010001101001011011011011110110010111011000001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5114B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5114B6; }

 p { color: rgb(81,20,182); }

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

<style>
 a { background-color: #5114B6; }

 a { background-color: rgb(81,20,182); }

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

<style>
 span { border-color: #5114B6; }

 span { border-color: rgb(81,20,182); }

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