#5018BF

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

Shades of Purple Heart #5018BF

Tints of Purple Heart #5018BF

Color information

#5018BF (or 0x5018BF) is unknown color: approx Purple Heart. HEX triplet: 50, 18 and BF. RGB value is (80,24,191). Sum of RGB (Red+Green+Blue) = 80+24+191=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #5018BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018BF is #AFE740. Grayscale: #3B3B3B. Windows color (decimal): -11528001 or 12523600. OLE color: 12523600.

HSL color Cylindrical-coordinate representation of color #5018BF: hue angle of 260.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5018BF is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8024191-
CMYK0.580.8700.25
HSL260.12º77.67%42.16%-
HSV(B)260.12º87.43%74.9%-
XYZ13.046.1249.78-
YUV59.78202.05142.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 191 (75% from 255) = 64.75%
R=27.12%
G=8.14%
B=64.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80241910.580.8700.25260.1277.6742.16
Hex5018BF3A570191044e2a
Octal120302777212703140411652
Binary1010000110001011111111101010101110110011000001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5018BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5018BF; }

 p { color: rgb(80,24,191); }

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

<style>
 a { background-color: #5018BF; }

 a { background-color: rgb(80,24,191); }

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

<style>
 span { border-color: #5018BF; }

 span { border-color: rgb(80,24,191); }

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