#500FAE

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

Shades of Purple Heart #500FAE

Tints of Purple Heart #500FAE

Color information

#500FAE (or 0x500FAE) is unknown color: approx Purple Heart. HEX triplet: 50, 0F and AE. RGB value is (80,15,174). Sum of RGB (Red+Green+Blue) = 80+15+174=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #500FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FAE is #AFF051. Grayscale: #333333. Windows color (decimal): -11530322 or 11407184. OLE color: 11407184.

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

Color convert

RGB8015174-
CMYK0.540.9100.32
HSL264.53º84.13%37.06%-
HSV(B)264.53º91.38%68.24%-
XYZ11.125.140.44-
YUV52.56196.53147.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=29.74%
G=5.58%
B=64.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80151740.540.9100.32264.5384.1337.06
Hex50FAE365B0201095425
Octal120172566613304041112445
Binary1010000111110101110110110101101101000001000010011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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