#500AAF

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

Shades of Purple Heart #500AAF

Tints of Purple Heart #500AAF

Color information

#500AAF (or 0x500AAF) is unknown color: approx Purple Heart. HEX triplet: 50, 0A and AF. RGB value is (80,10,175). Sum of RGB (Red+Green+Blue) = 80+10+175=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #500AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500AAF is #AFF550. Grayscale: #313131. Windows color (decimal): -11531601 or 11471440. OLE color: 11471440.

HSL color Cylindrical-coordinate representation of color #500AAF: hue angle of 265.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AAF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8010175-
CMYK0.540.9400.31
HSL265.45º89.19%36.27%-
HSV(B)265.45º94.29%68.63%-
XYZ11.155.0240.94-
YUV49.74198.69149.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=30.19%
G=3.77%
B=66.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80101750.540.9400.31265.4589.1936.27
Hex50AAF365E01F1095924
Octal120122576613603741113144
Binary101000010101010111111011010111100111111000010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,10,175); }

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

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

 a { background-color: rgb(80,10,175); }

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

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

 span { border-color: rgb(80,10,175); }

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