#501FAE

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

Shades of Purple Heart #501FAE

Tints of Purple Heart #501FAE

Color information

#501FAE (or 0x501FAE) is unknown color: approx Purple Heart. HEX triplet: 50, 1F and AE. RGB value is (80,31,174). Sum of RGB (Red+Green+Blue) = 80+31+174=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #501FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAE is #AFE051. Grayscale: #3D3D3D. Windows color (decimal): -11526226 or 11411280. OLE color: 11411280.

HSL color Cylindrical-coordinate representation of color #501FAE: hue angle of 260.56º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501FAE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8031174-
CMYK0.540.8200.32
HSL260.56º69.76%40.2%-
HSV(B)260.56º82.18%68.24%-
XYZ11.445.7440.55-
YUV61.95191.23140.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=28.07%
G=10.88%
B=61.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80311740.540.8200.32260.5669.7640.2
Hex501FAE36520201054628
Octal120372566612204040510650
Binary10100001111110101110110110101001001000001000001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,31,174); }

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

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

 a { background-color: rgb(80,31,174); }

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

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

 span { border-color: rgb(80,31,174); }

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