#501EBA

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

Shades of Purple Heart #501EBA

Tints of Purple Heart #501EBA

Color information

#501EBA (or 0x501EBA) is unknown color: approx Purple Heart. HEX triplet: 50, 1E and BA. RGB value is (80,30,186). Sum of RGB (Red+Green+Blue) = 80+30+186=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #501EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EBA is #AFE145. Grayscale: #3E3E3E. Windows color (decimal): -11526470 or 12197456. OLE color: 12197456.

HSL color Cylindrical-coordinate representation of color #501EBA: hue angle of 259.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501EBA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8030186-
CMYK0.570.8400.27
HSL259.23º72.22%42.35%-
HSV(B)259.23º83.87%72.94%-
XYZ12.646.1846.98-
YUV62.73197.56140.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=27.03%
G=10.14%
B=62.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80301860.570.8400.27259.2372.2242.35
Hex501EBA395401B103482a
Octal120362727112403340311052
Binary1010000111101011101011100110101000110111000000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501EBA; }

 p { color: rgb(80,30,186); }

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

<style>
 a { background-color: #501EBA; }

 a { background-color: rgb(80,30,186); }

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

<style>
 span { border-color: #501EBA; }

 span { border-color: rgb(80,30,186); }

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