#5018B9

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

Shades of Purple Heart #5018B9

Tints of Purple Heart #5018B9

Color information

#5018B9 (or 0x5018B9) is unknown color: approx Purple Heart. HEX triplet: 50, 18 and B9. RGB value is (80,24,185). Sum of RGB (Red+Green+Blue) = 80+24+185=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #5018B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018B9 is #AFE746. Grayscale: #3A3A3A. Windows color (decimal): -11528007 or 12130384. OLE color: 12130384.

HSL color Cylindrical-coordinate representation of color #5018B9: hue angle of 260.87º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5018B9 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8024185-
CMYK0.570.8700.27
HSL260.87º77.03%40.98%-
HSV(B)260.87º87.03%72.55%-
XYZ12.395.8646.38-
YUV59.1199.05142.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 185 (72.66% from 255) = 64.01%
R=27.68%
G=8.30%
B=64.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80241850.570.8700.27260.8777.0340.98
Hex5018B9395701B1054d29
Octal120302717112703340511551
Binary1010000110001011100111100110101110110111000001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5018B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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